While using RLIKE to match the pattern of URL, I found that some Regex format is not supported, e.g. ‘^(?:[^/]*/){3}[^/]+’, which works as extracting values before 4th slash and after 3rd slash. I wonder if there is any limitation on RLIKE?
I’m filtering pages based on URL and will need part of information to be extracted out.