in reply to Re^2: Regexp dashes at boundaries
in thread Regexp dashes at boundaries
I used the non-capturing parentheses to create a group so I could apply a quantifier to it. I want the "U.S. " to be optional, so I want to apply a * to that whole group. I should probably have used a ? (zero or one) though.
|
|---|