Menampilkan 24 dari 220 fungsi
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.
STRINGRepeats a string n times. Useful for generating patterns.
STRING