टेम्पलेट:Str find: रिवीजन सभ के बीचा में अंतर

विकिपीडिया से
Content deleted Content added
imported>Dragons flight
No edit summary
imported>Dragons flight
No edit summary
लाइन 3: लाइन 3:
<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''.


Only searches first 50 characters of ''text''. Returns blank if ''sub_string'' not found in first 50 characters.
Only searches first 50 characters of ''text''. Returns -1 if ''sub_string'' not found in first 50 characters.


[[Category:String manipulation templates]]
[[Category:String manipulation templates]]

03:08, 27 फरवरी 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.