File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
LeetCode SQL 50 Solution/1517. Find Users With Valid E-Mails Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
- Here’s a well-structured ` README.md ` for ** LeetCode 1517 - Find Users With Valid E-Mails** , formatted for a GitHub repository:
2
-
3
- ``` md
4
1
# 📩 Find Users With Valid E-Mails - LeetCode 1517
5
2
6
3
## 📌 Problem Statement
@@ -96,13 +93,5 @@ WHERE REGEXP_LIKE(mail, '^[A-Za-z]+[A-Za-z0-9_.-]*@leetcode\\.com$');
96
93
- 📖 [ LeetCode Problem] ( https://leetcode.com/problems/find-users-with-valid-e-mails/ )
97
94
- 🔍 [ MySQL REGEXP_LIKE Documentation] ( https://dev.mysql.com/doc/refman/8.0/en/regexp.html )
98
95
- 📝 [ SQL Regular Expressions Cheatsheet] ( https://www.w3schools.com/sql/sql_regex.asp )
99
- ```
100
-
101
- ### Features of this `README.md`:
102
- ✅ **Clear problem statement with tables**
103
- ✅ **Example with detailed explanation**
104
- ✅ **SQL solution breakdown**
105
- ✅ **File structure for easy organization**
106
- ✅ **Helpful links for further learning**
107
-
108
- Would you like any modifications? 🚀
96
+ her learning**
97
+ ## Would you like any modifications? 🚀
You can’t perform that action at this time.
0 commit comments