| Title |
Test
Find
Match Python/JavaScript strings
|
| Expression |
([\"']).*?[^\\]\1 |
| Description |
Matches strings in source code for languages that allow string to be single- or double-quoted. |
| Matches |
It's called "Montezuma's revenge" | "string with a \"string\" in it" | Two 'quotes' on a single "line" |
| Non-Matches |
Mom's cooking | " | "improperly closed string' |
| Author |
Rating:
Not yet rated.
Tyler Durkota
|
| Source |
myself |
| Your Rating |
|