Template:Strfind short

From RobotX
Revision as of 22:39, 13 February 2020 by Joelmartin (talk | contribs) (Created page with "{{#Invoke:String|find|source={{{1|}}}|{{{2}}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

0

Template documentation[view] [edit] [history] [purge]

{{strfind short|target|string}} outputs the position in target where string first appears (e.g. an output of "3" would mean beginning at the third character in target). If string is not found, it outputs zero (0).

Examples

Example Output
Template loop detected: Template:Documentationstrfind short |abcdef |bcd}} 2
Template loop detected: Template:Documentationstrfind short |123456789. |45}} 4
Template loop detected: Template:Documentationstrfind short |x+2.437-6 |2.43}} 3
Template loop detected: Template:Documentationstrfind short |:***abcd** |*ab}} 4
Template loop detected: Template:Documentationstrfind short |Fast Forward (film) |( }} 14
Template loop detected: Template:Documentationstrfind short |Fast Forward Longer (film) |( }} 21
Template loop detected: Template:Documentationstrfind short |A Funny Thing Happened on the Way to the Forum (film) |( }} 48
Template loop detected: Template:Documentationstrfind short |abcdef |x}} 0
Template loop detected: Template:Documentationstrfind short |abcdef |xyz}} 0

See also

  • {{str find}}, which also searches strings but with expansion depth of 18 or more.