====== Regex ====== Regular expressions are special characters which help search data, matching complex patterns. ---- [[Regex:All Text|All Text]] [[Regex:All Text Not Containing|All Text Not Containing]] [[Regex:Alpha|Alpha]] [[Regex:Alpha-numeric|Alpha-numeric]] [[Regex:Alpha-numeric and underscore|Alpha-numeric and underscore]] [[Regex:Cheat Sheet|Cheat Sheet]] [[Regex:Chinese characters|Chinese characters]] [[Regex:Digits|Digits]] [[Regex:File Path|File Path]] [[Regex:Numbers|Numbers]] [[Regex:Unicode|Unicode]] ---- ===== References ===== https://en.wikipedia.org/wiki/Regular_expression https://www.regular-expressions.info/refadv.html https://www.rexegg.com/regex-disambiguation.html