Raw string literals
Author: LGTM
import python
from StrConst s
where s.getPrefix().matches('%r%')
select sDescription
Finds string literals with an 'r' prefix
import python
from StrConst s
where s.getPrefix().matches('%r%')
select sFinds string literals with an 'r' prefix