Template:Str find: Difference between revisions
Template page
More actions
optional subst |
m Reverted edits by Happy-melon (talk) to last version by Dragons flight |
||
| Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{#titleparts:{{str_find/logic|{{{1|}}}|{{{2|}}}|{{str_len|{{{2|}}}}}}}-1|1}}</includeonly><noinclude> | ||
<nowiki>{{str_find|</nowiki>''text''|''sub_string''<nowiki>}}</nowiki> = Position of first appearance of ''sub_string'' in ''text''. | <nowiki>{{str_find|</nowiki>''text''|''sub_string''<nowiki>}}</nowiki> = Position of first appearance of ''sub_string'' in ''text''. | ||
Revision as of 17:32, 23 March 2009
{{str_find|text|sub_string}} = Position of first appearance of sub_string in text.
Only searches first 50 characters of text. Returns -1 if sub_string not found in first 50 characters.