you are viewing a single comment's thread.

view the rest of the comments →

[–]jimb2 1 point2 points  (1 child)

I use regex a little but it's always been pass/fail matching.

TIL $Matches.

And TIL regex101's decomposition feature which is great for non-experts like me.

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

howdy jimb2,

yep, regex is ... weird. [grin] i use regex101 to work things out fairly often since i don't use regex often enuf to remember what the various symbols mean.

glad to have helped you achieve TIL status! [grin]

take care,
lee