Title |
Test
Find
Mysql string literals
|
Expression |
(\'([^\'\\]*\\.)*[^\'\\]*\')+ |
Description |
Matches mysql single-quoted string literals. double quotes and backslashed quotes are recognised. |
Matches |
'this is ''a'' string\n with \'embedded\' quotes' |
Non-Matches |
'a string \'without\' terminator |
Author |
Rating:
Not yet rated.
Marc van Lieshout
|
Source |
|
Your Rating |
|