Regular expression Not working properly n case of multiple trailing ]]]]
- by ronan
I have the requirement that in a textbox a user can jump to the next word enclosed in [] on a tab out
for example
Hi [this] is [an] example. Testing [this]
So when my cursor is at Hi and I do a tab out , the characters enclosed in the [this] are highlighted
and when I again do a tabl out th next characters enclosed in following [an] are…