Skip to contents

Returns false if the string matches the like_specifier (see Pattern Matching) using case-sensitive matching. escape_character is used to search for wildcard characters in the string.

Arguments

string

VARCHAR

like_specifier

VARCHAR

escape_character

VARCHAR

Examples

if (FALSE) { # \dontrun{
not_like_escape('a%c', 'a$%c', '$')
} # }