Regular Expression for finding word starts with some Character
the regular expression i used is
\b{0}\w*\b {0} - Given Character
It works fine for all characters except special characters (.,+({}-()*&^%$#@!~
Any body give solution
Loading
JurePosted Oct 23, 2010, 7:39 PM