Template:StripLastWord: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | {{#ifeq:{{#rpos:{{{1}}}| }}|-1|<!-- no space found -->|{{#sub:{{{1}}}|0|{{#rpos:{{{1}}}| }}}}}}<noinclude>Strips the last word of the passed content. Using functions from the StringFunctions extension. Can a space be found? Then return everything before the last space. Can't a space be found. Then return nothing.</noinclude> |
Latest revision as of 19:46, 13 February 2020
Strips the last word of the passed content. Using functions from the StringFunctions extension. Can a space be found? Then return everything before the last space. Can't a space be found. Then return nothing.