Yes, and if you don't need that anchoring, just add .*
:
^.*Whatever
which is exactly equivalent to not having the ^ in the regex.
Yes, and if you don't need that anchoring, just add .*
:
^.*Whatever
which is exactly equivalent to not having the ^ in the regex.