in reply to Re^2: How to substitute something from only between two specified charecters (sub_question)
in thread How to substitute something from only between two specified charecters
I wrote the regex that way to have an explicit boundary between the second field and the spacing separating it from the third field. I didn't want to eat any extra spacing.
I could have accomplished this in one of three ways:
In the end, the third method above would probably appear the cleanest, but they all accomplish the same thing in the context of the rest of the regex.
|
|---|