User:Xenwolf/Regex snippets: Difference between revisions
links to internal pages include links to intervals |
m improved one pattern |
||
| Line 42: | Line 42: | ||
| remove inline CSS style of text alignment in table cells | | remove inline CSS style of text alignment in table cells | ||
|- | |- | ||
| <code><nowiki>^([!|])([^-+} ] | | <code><nowiki>^([!|])([^-+} ].*?)$</nowiki></code> | ||
| <code><nowiki>\1 \2</nowiki></code> | | <code><nowiki>\1 \2</nowiki></code> | ||
| add one space after cell metachar | | add one space after cell metachar | ||