Template:Str endswith: Difference between revisions

From Vigyanwiki
Template>Amalthea
(create template; return "yes" if the first parameter string ends with the second parameter string.)
 
m (12 revisions imported from alpha:Template:Str_endswith)
 
(13 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{#ifeq: {{str left|{{{1|}}}|{{#expr:{{str len|{{{1|}}}}}-{{str len|{{{2|}}}}}}}}}{{{2|}}} | {{{1|}}}
{{#ifeq:{{{1|a}}}{{{2|a}}}|{{{1|b}}}{{{2|b}}}|{{#invoke:String|endswith|source={{{1}}}|pattern={{{2}}} }}|yes<!--backward compatibility -->}}<noinclude>
  | yes
}}<noinclude>
 
{{documentation}}
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 09:17, 25 December 2022

yes

Template documentation