M
M. D'Costa
Hello,
I am trying to write a regular expression to parse the string:
Database=TestDB;Data Source=server;User Id=guest;Password=;
Am doing this to extract the values after the equals sign( =) and before the
semicolon(
and I want the values stored in variables that are before the equals
sign.....
I have been semi-successful. Help will be appreciated.
Thanks,
Marise
I am trying to write a regular expression to parse the string:
Database=TestDB;Data Source=server;User Id=guest;Password=;
Am doing this to extract the values after the equals sign( =) and before the
semicolon(
and I want the values stored in variables that are before the equals
sign.....
I have been semi-successful. Help will be appreciated.
Thanks,
Marise