0

Lets say I have this:

< hello!

So I just want to match <.

so I just do <

But what if it does this:

<< hello!

I don't want it to match <, because << is a different regex expression I have (<<).

How do I make it only match < if it is it?

Barmar
  • 741,623
  • 53
  • 500
  • 612
j v
  • 33
  • 1

0 Answers0