I have an input string "xyz" to function either in upper or lower case.
In this, I have to compare against the string "test|xyz|test1|xyz1". if it found, I have to return 'Y'. Is there any in built function or regular expression available to perform this check in oracle.
test|xyz|test1|xyz1in a table ?