User:Xenwolf/Regex snippets: Difference between revisions

Xenwolf (talk | contribs)
fixed a space
Xenwolf (talk | contribs)
m trailing space optional
Line 46: Line 46:
| iterative removal of redundant underscores
| iterative removal of redundant underscores
|-
|-
| <code><nowiki>style="text-align:\w+;" \| </nowiki></code>
| <code><nowiki>style="text-align:\w+;" \| ?</nowiki></code>
| <code><nowiki></nowiki></code>
| <code><nowiki></nowiki></code>
| remove inline CSS style of text alignment in table cells
| remove inline CSS style of text alignment in table cells