Docs Menu
API Developer Guide / middleware / pub / string / stringIndexOf

Service: stringIndexOf

This service will search the position of the substring in a given string.

Input Parameter:

Name Type Description
text: String Main input String
subString: String String to be searched
indexOfSubStr: Integer Position of the searched string

Output Parameter:

Name Type Description
index: Integer Position of the searched sub string.