Link to home
Start Free TrialLog in
Avatar of Niyas
Niyas

asked on

how to use Regex when using find and replace in VS2010

I have a database query which contains am.u###ad_type as a column name. I want to replace with UPPER(am.ad_type). I need to remove u### and make it upper.
Is it possible in Regular expression while doing find and replace in files.
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Niyas
Niyas

ASKER

Excellent
Glad to help  : )