supabase-kt
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
postgrest-kt
/
io.github.jan.supabase.postgrest.query.filter
/
PostgrestFilterBuilder
/
regexMatch
regex
Match
fun
regexMatch
(
column
:
String
,
pattern
:
String
)
(
source
)
Finds all rows where the value of the
column
matches the specified
pattern
using pattern matching