regExp Help
Posted: Mon Apr 18, 2011 8:14 am
Hello:
I m failing to match word OR word1_word2 on boundry...
\b[a-z]|[a-z]+[_a-z]]\b
b[a-z]|[(a-z)+(_a-z)]{1,}\b <--- valid with _word
thanks.
I m failing to match word OR word1_word2 on boundry...
\b[a-z]|[a-z]+[_a-z]]\b
b[a-z]|[(a-z)+(_a-z)]{1,}\b <--- valid with _word
thanks.