|
|
Browse by Tags
All Tags » TOKEN
-
hi,
i want to parse a file that contains SQL queries which can be executed within SQL Server Query Analyzer. The format of the file is
SQL Statement 1
GO
SQL Statement 2
GO
SQL Statement 3
GO
etc
What i want to do is extract each SQL statement, eg (SQL Statement 1, SQL Statement 2 etc). Each statement maybe multiple ...
-
This is my
current regex, for matching template tokens,
at the moment it is not matching inner html "(?<subdata>[.\n\r]*)", i need it to match everything including new lines & whitespace characters.
It uses asp.net for ...
|
|
|