221
edits
Changes
→Caret '^'
|}
== Caret '<code>^</code>' ==
Matches strings at the beginning of the line (anchoring it). Special only if the beginning of the regular expression, otherwise means a literal match. Inside square brackets means character exclusion. Some examples of caret in regular expressions are: