/
xpfFindStringInString
xpfFindStringInString
FUNCTION xpfFindStringInString(str : STRING; subStr : STRING; startIndex : INTEGER) indexOfStartOfSubStringInString : INTEGER;
The function xpfFindStringInString search a string str for a substring subStr. The argument startIndex (starting from one) defines the index in str to start searching for subStr. The first character in a string have index one. If subStr is found in str then the index of the first character of subStr in str is returned as the function value. If subStr is not found in str, then zero is the returned function value.
Arguments
Type | Name | Comment |
STRING | str | comments |
STRING | subStr | |
INTEGER | startIndex |
Return Value
Type | Name | Comment |
INTEGER | indexOfStartOfSubStringInString | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
EXPRESS-X functions and procedures
EXPRESS-X functions and procedures
Read with this
xpxFindStringInString
xpxFindStringInString
More like this
xpfFindFirstCharInString
xpfFindFirstCharInString
More like this
xpfSubstituteStringsInString
xpfSubstituteStringsInString
More like this
xpfGetLongString
xpfGetLongString
More like this
xpxTrimString
xpxTrimString
More like this