Usage

[kulemba source]

((Str find|text|sub_string))

Returns the position of first appearance of sub_string in text.

Examples

[kulemba source]

In the examples, the string to be searched is ​Abcdefghijklm​:

TemplateData

[kulemba source]
This is the TemplateData documentation for the template used by the new VisualEditor.

Str find

A template to find the numeric position of first appearance of ''sub_string'' in ''text''

Template parameters

ParameterDescriptionTypeStatus
Text1

The text to search within

Stringrequired
Sub_string2

The string to be searched within the text

Stringrequired

See also

[kulemba source]