Please help me find the regex for the following pattern
Posted
by Bragaadeesh
on Stack Overflow
See other posts from Stack Overflow
or by Bragaadeesh
Published on 2010-03-20T16:17:07Z
Indexed on
2010/03/20
16:21 UTC
Read the original article
Hit count: 503
regex
Hi,
I want a regex pattern to find all the words of this format [xyzblab23la].
For example if the text has something like the following,
Lorem Ipsum dolor[32a] ameit[34]
I should be able to find the [32a] and [34]. Please tell me what is the regex for this pattern?
© Stack Overflow or respective owner