All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ideasplace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:32, 23 January 2026 Wikisysop talk contribs created page Regular Expression (Created page with "==Basic RegEx Cheat Sheet== {| class="wikitable" ! Symbol !! Name !! Meaning !! Example !! Matches |- ! colspan="5" style="text-align:center;" | Literals |- | (text) || Literal || Matches exact text || <code>cat</code> || "cat" |- ! colspan="5" style="text-align:center;" | Wildcards & Classes |- | <code>.</code> || Dot || Matches '''any''' single character || <code>h.t</code> || "hat", "hot" |- | <code>[ ]</code> || Brackets || List of allowed characters || <code>b[ai]t...")