Wednesday, July 29, 2009
For Exact text match in regular expressions
add '^' in the beginning of the expression and '$' at the end of the expression
syntax: ^
$
e.g. ^\d\d:\d\d:\d\d$
if this didn't work out
try using '\b' in beginning and the end of the expression
syntax: \b
\b
e.g. \b\abc\b
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment