Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Str find: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
{{#switch:*{{{2|}}}*
<includeonly>{{#switch:*{{{2|}}}*
|**=-1
|**=-1
|*{{str_index|{{{1|}}}|1}}*=1
|*{{str_index|{{{1|}}}|1}}*=1
Line 52: Line 52:
|*{{str_index|{{{1|}}}|50}}*=50
|*{{str_index|{{{1|}}}|50}}*=50
|-1
|-1
}}
}}</includeonly><noinclude>
 
<nowiki>{{str_find|</nowiki>''text''|''character''<nowiki>}}</nowiki> = Position of first appearance of ''character'' in ''text''.
 
Only searches first 50 characters of ''text''.  Returns -1 if ''character'' not found in first 50 characters.</noinclude>

Revision as of 02:10, 27 February 2009


{{str_find|text|character}} = Position of first appearance of character in text.

Only searches first 50 characters of text. Returns -1 if character not found in first 50 characters.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.