Content deleted Content added
m Add heading; |
→Match problem: remove the space |
||
Line 154:
—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 14:32, 10 October 2013 (UTC)
:Try it without the space on the end. -- [[User:WOSlinker|WOSlinker]] ([[User talk:WOSlinker|talk]]) 18:19, 10 October 2013 (UTC)
::<code><nowiki>{{#invoke:String|len|1234}}</nowiki></code> → {{#invoke:String|len|1234}}
::<code><nowiki>{{#invoke:String|len|1234 }}</nowiki></code> → {{#invoke:String|len|1234 }}
::<code><nowiki>{{#invoke:String|len|{{#invoke:String|match|1234567890|%w*4|nomatch=nomatch}}}}</nowiki></code> → {{#invoke:String|len|{{#invoke:String|match|1234567890|%w*4|nomatch=nomatch}}}}
|