HI I am trying to find a pattern in my data, the code is match_regex(upper(CCLNAME), '^[A-Z][/].*', NULL)I am trying to find the character '/' into the CCLNAME field.Example"N/E""HELP/US"The problem is that all records are returning a "0" -- no match...