Full-Text Search

Learn about methods to search full-text beyond pattern matching in MySQL.

MySQL provides capabilities for matching regular expressions against some text. For example, using REGEXP_LIKE(), we can match the regular expression (ex|in)terior against the names of car parts as in our running example:

Get hands-on with 1400+ tech skills courses.