Quote:
Originally Posted by GlennMaples
T
Your code showed me to account for the string up to the two digits: .+?
works with or without space if I get that right.
|
\s a space
\s+ 1 or more of them
\s* optional or more
My .+? was to keep it from getting too Greedy
I wanted the pattern to always end in space 2digits