Template:Str find/doc
此頁面是Template:Str find的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
此模板使用Lua语言: |
用法
编辑{{str find|text|sub_string}} = 在字串text中搜尋並返回特定字串sub_string的位置。
- Only searches first 50 characters of text. Returns -1 if sub_string not found in first 50 characters.
- Character position is 1 based (not 0 based as usual in calculations
參見
编辑- {{Strfind short}}(如果使用Str find引致模板「擴展深度超出限制」,可嘗試改用Strfind short。)