Regular Expression for finding word starts with given character

Oct 21 2010 1:33 AM

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

Attachment: ListBoxSample.zip

Answers (1)