Skip to content

Commit 0db318e

Browse files
Update sql-server-regex.md
1 parent ae69f6b commit 0db318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/troubleshooting/sql-server-regex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Finding or replacing text in SQL is a very frequent scenario. "LIKE" and "PATHINDEX" are often used but, unfortunately, are not close to be as much powerful and offering the same possibilities as regular expression (Regex) does.
5+
Finding or replacing text in SQL is a very frequent scenario. "LIKE" and "PATINDEX" are often used but, unfortunately, are not close to be as much powerful and offering the same possibilities as regular expression (Regex) does.
66

77
Eval SQL.NET lets you use and exploit fully C# regular expression features directly in T-SQL stored procedures, functions and triggers. It's possible to use regex in SQL search condition and select statement.
88

0 commit comments

Comments
 (0)