DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Regex — Example 199

Quick explanation + ready code for: Regex.

SQL Regex Back to examples
Back to language
Syntax: Regex in SQL. ID: #199

Code

SELECT 'DrSchool7' REGEXP '[A-Za-z]+' AS ok;

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.