I am able to write a regex for all items which begin with this "equals" character:+
The regex is:=
However using this same syntax and substituting the + character does NOT work. This is what fails:^=
^+
I am able to write a regex for all items which begin with this "equals" character:+
The regex is:=
However using this same syntax and substituting the + character does NOT work. This is what fails:^=
^+
^\+