Search for letters with Unicode-aware semantics.
Section: PCRE2 features
Use Unicode-aware classes
bash
bash
rg '\p{L}+' docs/Explanation
Useful for multilingual repos and documentation sets.
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 PCRE2 features
Use the PCRE2 engine
Turn on advanced regex features such as look-around.
Use look-ahead assertions
Match only when text is followed by another fragment.