Title |
Test
Find
Named Capture for SQL Server connection strings
|
Expression |
Password=(?<Password>.*);.*=(?<Info>.*);.*=(?<User>.*);.*=(?<Catalog>.*);.*=(?<Data>.*) |
Description |
Capture the information from a SQL Server connection string |
Matches |
Password=pwd;Persist Security Info=True;User ID=kmoon;Initial Catalog=Unit1;Data Source=MoonBase |
Non-Matches |
hello this is not a connection string |
Author |
Rating:
Not yet rated.
Damien Ryan
|
Source |
|
Your Rating |
|