Template:Strfind short/doc

From MusicNation
Jump to navigation Jump to search

{{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

Template:Aligned table

See also

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


Template:String-handling templates