Skip to content

Commit 2a59dc3

Browse files
Update README.md
1 parent 5bd339d commit 2a59dc3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ _Minimum Requirements_
4949
- SQL 2012
5050
- .NET Framework 4.0
5151

52-
## Main Features
53-
#### SQL Server Eval
52+
## SQL Server Eval
5453
Dynamically evaluate arithmetic operation and expression in SQL
5554

5655
```sql
@@ -86,7 +85,7 @@ EXEC Select_Switch 4, 2, 3
8685

8786
**[Learn more](https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Eval-%7C-Dynamically-evaluate-arithmetic-operation-and-expression-in-SQL)**
8887

89-
#### SQL Server Regex
88+
## SQL Server Regex
9089
Use regular expression to search, replace and split text in SQL
9190

9291
```sql
@@ -115,7 +114,7 @@ SELECT * FROM dbo.fn_Split('1, 2, 3; 4; 5', ',|;')
115114

116115
**[Learn more]https://github.com/zzzprojects/Eval-SQL.NET/wiki/SQL-Server-Regex-%7C-Use-regular-expression-to-search,-replace-and-split-text-in-SQL)**
117116

118-
#### SQL Server File Operation
117+
## SQL Server File Operation
119118
xp_cmdshell alternative to read and write files in SQL
120119

121120
```sql

0 commit comments

Comments
 (0)