March 2002
Intermediate to advanced
528 pages
21h 29m
English
sql_regcase
string sql_regcase(string match)
Creates and returns a regular expression pattern that matches
match, ignoring case. The resulting
pattern contains each character in match
in each case; for example, given
“O’Reilly”, the
function returns “[Oo][']
[Rr][Ee][Ii][Ll][Ll][Yy]”.