Menampilkan 24 dari 48 fungsi dalam kategori String
Extracts all substrings that match the regular expression and returns them as an array.
ARRAY<STRING>Returns the position (1-based) of the substring that matches the regular expression. Returns 0 if there is no match.
INT64Replaces all substrings that match the regular expression with a replacement string. Supports backreferences.
STRINGAlias for REGEXP_EXTRACT. Extracts the substring that matches the regular expression.
STRING