I am given bunch of strings in the following format:
ASDF [ 6] ZXC[1] OtPasd[ 4 ] asdffa[ 7]
I need to retrieve the integer betwee
Try this regular expression:
\[\s*(\d+)\s*\]$