Expression Language Reference
    Preparing search index...
    • Returns a specific number of characters from a text string starting at the position you specify

      Category: Text

      Parameters

      • text: any

        The text string containing the characters you want to extract.

      • start_num: any

        The position of the first character you want to extract in text. The first character in text has start_num 1, and so on.

      • num_chars: any

        Specifies the number of characters you want MID to return from text.

      Returns any