Skip to content

Commit 6549d6e

Browse files
authored
Update regular-expressions.md
1 parent d705ef1 commit 6549d6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs2/pages/getting-started/regular-expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use Regex flexibility to overcome "LIKE" and "PATINDEX" limitations. All Regex m
1010
- Replace
1111
- Split
1212

13-
### Find rows with invalid email
13+
### Find rows with invalid emails
1414

1515

1616
```csharp
@@ -33,7 +33,7 @@ WHERE @valid_email.Val('email', Email).EvalBit() = 0
3333
```
3434
{% include component-try-it.html href='http://sqlfiddle.com/#!18/58f2b/1' %}
3535

36-
### Find and insert in a table, all website from a text
36+
### Find and insert in a table, all websites from a text
3737

3838

3939

0 commit comments

Comments
 (0)