• Internal

    Unwrap a match from a regular expression, returning the first captured group as a string.

    Parameters

    • match: null | RegExpExecArray

      The match to unwrap.

    Returns string | undefined