Шаблон:Strfind short — различия между версиями
м (Changed protection level of Template:Strfind short: Highly visible template ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))) |
Adminm (обсуждение | вклад) м (1 версия импортирована) |
(нет различий)
|
Текущая версия на 12:22, 19 апреля 2018
0
Uses Lua: |
{{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 |
---|---|
{{strfind short |abcdef |bcd}} | 2 |
{{strfind short |123456789. |45}} | 4 |
{{strfind short |x+2.437-6 |2.43}} | 3 |
{{strfind short |:***abcd** |*ab}} | 4 |
{{strfind short |Fast Forward (film) |( }} | 14 |
{{strfind short |Fast Forward Longer (film) |( }} | 21 |
{{strfind short |A Funny Thing Happened on the Way to the Forum (film) |( }} | 48 |
{{strfind short |abcdef |x}} | 0 |
{{strfind short |abcdef |xyz}} | 0 |
See also
- {{str find}}, which also searches strings but with expansion depth of 18 or more.
The above documentation is transcluded from Шаблон:Strfind short/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |