I would like to match any one of these characters: <
or >
or <=
or >=
or =
.
This one doesn't seem to work: [/</=/>]
Try this:
[<>]=?|=
It matches <
or >
optionally followed by =
, or just =
by itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With