User:ArrowHead294/Regex snippets: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
|- | |- | ||
| <code><nowiki><math>,*\s*\\frac(\d)(\d),*\s*<\/math></nowiki></code> | | <code><nowiki><math>,*\s*\\frac(\d)(\d),*\s*<\/math></nowiki></code> | ||
| <code><nowiki>{{sfrac|$1|$2}}</nowiki></code> | | <code><nowiki>{{frac|$1|$2}}</nowiki></code> or<br /><code><nowiki>{{sfrac|$1|$2}}</nowiki></code> | ||
| Standalone fractions with single-digit numerators and denominators can be done using | | 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-length lookaheads and lookbehinds | <nowiki />* Requires support for variable-length lookaheads and lookbehinds |