User:ArrowHead294/Regex snippets: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 1: Line 1:
These are some regular expressions I use for formatting purposes:
<noinclude>These are some regular expressions I use for formatting purposes:
 
</noinclude>
{| class="wikitable" style="text-align: center;"
{| class="wikitable" style="text-align: center;"
|+ style="font-size: 105%;" | [[User:ArrowHead294|ArrowHead294]]'s regular expressions for formatting Wiki markup
|-
|-
! Pattern
! Pattern
Line 44: Line 45:
| Standalone fractions with single-digit numerators and denominators can be done using {{tlx|frac}} or {{tlx|sfrac}} and don't need to be TeXified
| Standalone fractions with single-digit numerators and denominators can be done using {{tlx|frac}} or {{tlx|sfrac}} and don't need to be TeXified
|}
|}
<nowiki />* Requires support for variable-width lookaheads and lookbehinds
<nowiki />* Requires support for variable-width lookaheads and lookbehinds<noinclude>


== See also ==
== See also ==
Line 50: Line 51:


[[Category:Regular expressions]]
[[Category:Regular expressions]]
</noinclude>