I know these won't do it and also why, but how do you match it?
/^/
/(^)/
/[^]/
Escape it with a backslash:
/\^/
This will make it be interpreted as a literal ^
character.
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