Documentation for smfStrExtr() function

Description

A utility function to extract a substring from another string.

Syntax

=smfStrExtr( Haystack, Start, End )

Parameters

Haystack = String to extract the substring from.
Start = String to start the extract of the substring from, FOLLOWING this string when found. If the Start string is the tilde character (~) the extraction starts at the beginning of the Haystack string.
End = String to end the extract of the substring from, BEFORE this string when found. The search for this string will be after the ending of the "Start" string.
If the End string is the tilde character (~) the extraction includes the last character of the Haystack string.

Examples

Usage notes