in reply to Re: Using special characters in left part of a regex match?
in thread Using special characters in left part of a regex match?

> you need to write it as .+ and not at \.\+.

He doesn't need to, it's no error.

But it's better readable w/o escaping.

Cheers Rolf

  • Comment on Re^2: Using special characters in left part of a regex match?