snowflake.snowpark.functions.regexp_count¶
- snowflake.snowpark.functions.regexp_count(subject: Column | str, pattern: Column | str, position: Column | int = 1, *parameters: Column | None | bool | int | float | str | bytearray | Decimal | date | datetime | time | bytes | list | tuple | dict) Column[source]¶
Returns the number of times that a pattern occurs in the subject.
Example: