Match only at the absolute start of the entire string.
Section: Anchors and Boundaries
Absolute start anchor
regex
regex
\AExplanation
Common in PCRE, Ruby, and Python-style engines; safer than `^` when multiline mode is enabled.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Anchors and Boundaries