Regulat expression question

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi, I have the following string:

"Data source=(local);Initial catalog=GeomelioDaneEwidencyjne;User
ID=aaa;Password=bbbbb;"

I need to get values of User ID from it. (aaa),

how can I do it using regular expressions?

.