Utility Functions for string operator selection
Source:R/suso_gql_transformers_string.R
transformers.string.Rd
Can be used in filters ("where") for operator selection. If none is selected, operator always defaults to `eq()`. The functions bellow are valid for the corresponding inputs ComparableInt64OperationFilterInput and ComparableNullableOfInt32OperationFilterInput.
Usage
contains(value_set)
endsWith(value_set)
ncontains(value_set)
nendsWith(value_set)
nstartsWith(value_set)
startsWith(value_set)
inclu(value_set)
ninclu(value_set)
Details
Also see the susoop_str selector list, which allows you, to just select the function from a named list.