Single-quoted string literals
Author: LGTM
import python
from StrConst s
where s.getPrefix().charAt(_) = "'"
select s
Description
Finds string literals using single quotes
import python
from StrConst s
where s.getPrefix().charAt(_) = "'"
select s
Finds string literals using single quotes