The FindFirstRegExp function finds the first occurrence of the regular expression re in the specified string src. The function returns an array of strings. The first element contains a substring that matches the regular expression, the remaining elements contain values of (...) groups, if they are defined in the regular expression.