Skip to content

Commit

Permalink
Time: 659 ms (59.98%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Oct 1, 2024
1 parent c66c744 commit eb48510
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT * FROM Users WHERE mail REGEXP '^[:alpha:]{1}(\\.|[:alnum:]|[-]|[_])*(@leetcode\\.com)$';

0 comments on commit eb48510

Please sign in to comment.