Title |
Test
Find
String match within single quote or double quote
|
Expression |
/^"|'+(.*)+"$|'$/ |
Description |
This expression matches string started with " or ' and ended with " or ' |
Matches |
"Any string in it" or 'Any string in it' |
Non-Matches |
Any string in it or 1Any string in ite |
Author |
Rating:
Not yet rated.
Pankaj Bisane
|
Source |
|
Your Rating |
|