Skip to content

Commit a172455

Browse files
committed
Update readme.md
1 parent 9a6ceb1 commit a172455

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • LeetCode SQL 50 Solution/1517. Find Users With Valid E-Mails

LeetCode SQL 50 Solution/1517. Find Users With Valid E-Mails/readme.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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
41
# 📩 Find Users With Valid E-Mails - LeetCode 1517
52

63
## 📌 Problem Statement
@@ -96,13 +93,5 @@ WHERE REGEXP_LIKE(mail, '^[A-Za-z]+[A-Za-z0-9_.-]*@leetcode\\.com$');
9693
- 📖 [LeetCode Problem](https://leetcode.com/problems/find-users-with-valid-e-mails/)
9794
- 🔍 [MySQL REGEXP_LIKE Documentation](https://dev.mysql.com/doc/refman/8.0/en/regexp.html)
9895
- 📝 [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? 🚀

0 commit comments

Comments
 (0)