').">

$stripEnclosedText

The function "stripEnclosedText" returns parameter 1 except all text enclosed by the characters specified in parameter 2 (defaults to '<') and parameter 3 (defaults to '>').
Syntax
    $stripEnclosedText{string}{s_character}{e_character}
DocumentationThe function "stripEnclosedText" returns parameter 1 except all text enclosed by the characters specified in parameter 2 (defaults to '<')
and parameter 3(defaults to '>').

    Parameters: string,
    s_character, start character of enclosure
    e_character, end character of enclosure
Examples
Example 1:
    $stripEnclosedText{Good evening and bad}{e}{g}

    Result:
    Good and bad
Example 2:
    $stripEnclosedText{use text to show }{}{}

    Result:
    use text to show
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 3