regex
Creates a filter that matches all documents where the value of the property matches the given regular expression pattern.
Return
the filter
Parameters
the pattern
Creates a filter that matches all documents where the value of the property matches the given regular expression pattern.
Return
the filter
Parameters
the data class property
the pattern
Creates a filter that matches all documents where the value of the option matches the given regular expression pattern with the given options applied.
Return
the filter
Parameters
the pattern
the options
Creates a filter that matches all documents where the value of the option matches the given regular expression pattern with the given options applied.
Return
the filter
Parameters
the data class property
the pattern
the options
Creates a filter that matches all documents where the value of the property matches the given regular expression pattern.
Return
the filter
Parameters
the regex
Creates a filter that matches all documents where the value of the property matches the given regular expression pattern.
Return
the filter
Parameters
the data class property
the regex
Creates a filter that matches all documents where the value of the option matches the given regular expression pattern with the given options applied.
Return
the filter
Parameters
the regex pattern
the options
Creates a filter that matches all documents where the value of the option matches the given regular expression pattern with the given options applied.
Return
the filter
Parameters
the data class property
the regex pattern
the options