findSubString

finds a sub string within 'content', starting with 'from' and 'to' case-sensitive strings. 'from' and 'to' will be excluded from the result. (core 0.5.4)

Syntax

findSubString

Returns

returns (string) the substring if found

Parameters

content (string)
the main string to search in
from (string)
the case sensitive string to find and start the result from
to (string)
(optional) the string to end the result with or to the end of the string if exluded