RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Source Code String
Expression
("((\\.)|[^\\"])*")
Description
match string between chars " " as in source code
Matches
"" | "\n" | "test" | "test 1 \"test 2 \" test 3"
Non-Matches
test | "test | "test\"
Author Rating: Not yet rated. Luca Jonathan Panetta
Title Test Details Source Code String singles quote
Expression
('((\\.)|[^\\'])*')
Description
match string between chars ' ' as in source code
Matches
'' | '\n' | 'test' | 'test 1 \'test 2 \' test 3'
Non-Matches
test | 'test | 'test\'
Author Rating: Not yet rated. Luca Jonathan Panetta
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials