Difference between revisions of "Template:Str endswith"

From MINR.ORG WIKI
(create template; return "yes" if the first parameter string ends with the second parameter string.)
 
m (trim input)
Line 1: Line 1:
{{#ifeq: {{str left|{{{1|}}}|{{#expr:{{str len|{{{1|}}}}}-{{str len|{{{2|}}}}}}}}}{{{2|}}} | {{{1|}}}
+
{{#ifeq: {{str left|{{{1|}}}|{{#expr:{{str len|{{{1|}}}}}-{{str len|{{{2|}}}}}}}}}{{{str trim|{{{2|}}}}} | {{str trim|{{{1|}}}}}
 
   | yes
 
   | yes
 
}}<noinclude>
 
}}<noinclude>

Revision as of 15:02, 19 May 2009


Template documentation[create]