Regular Expression

  • Thread starter Thread starter Aah
  • Start date Start date
A

Aah

Where can I get a good resource to know more about Regular expression in
vb.net
I have like 1000 asp/aspx files where I need to find certain file path and
update it with certain text.
I am thinking of creating a win app to do this.
Can anyone suggest what will be the best way to do this?
 
Aah,
Where can I get a good resource to know more about Regular expression in
vb.net http://www.regular-expressions.info/

Can anyone suggest what will be the best way to do this?
Have you tried "Edit - Find and Replace - Find in Files" within VS.NET? It
supports both plain text & regular expression searches.

Hope this helps
Jay
 
Eric,
Yes, important note!

I don't suppose that is changing in Whidbey or Orca? ;-) (as it may break
too many macros). Although I did notice that Whidbey (PDC release) has a new
Find/Replace dialog...

Thanks
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Reg Expressions 1
Regular Expression Problem 3
Regular Expression for ../ 4
Regular expressions 4
Regular Expression 2
Regular Expressions 4
Regular Expression limits? 3
regular expression 7

Back
Top