Difference between revisions of "Template:Comma swap"
Jump to navigation
Jump to search
imported>Rich Farmbrough |
imported>Rich Farmbrough |
||
| Line 1: | Line 1: | ||
{{<includeonly>safesubst:</includeonly>#invoke: string | replace | {{<includeonly>safesubst:</includeonly>#invoke: string | replace | ||
| source = {{{1<noinclude>|Smith Jones, John E.</noinclude>}}} | | source = {{{1<noinclude>|Smith Jones, John E.</noinclude>}}} | ||
| − | | pattern = ^([^ | + | | pattern = ^([^,]*),%s*(.*)$ |
| replace = %2 %1 | | replace = %2 %1 | ||
| plain = false | | plain = false | ||