Exact Word Regular Expression
Posted: Tue Feb 01, 2011 8:41 am
Is it possible to search for exact word in REX?
<$test = 'test aaa test btestbb aaa'>
Rex should find only "test" word, not "btestbb".
<$test = 'test aaa test btestbb aaa'>
Rex should find only "test" word, not "btestbb".