Quiz on MySQL REGEXP_SUBSTR Function



1. What does the REGEXP_SUBSTR function do in MySQL?
2. What is the syntax for the REGEXP_SUBSTR function?
3. Which parameter is optional in the REGEXP_SUBSTR function?
4. If a match is not found using REGEXP_SUBSTR, what is returned?
5. Can the REGEXP_SUBSTR function be used with character sets in MySQL?

Advertisements