Search, Replace with Regular Expression

  • Thread starter Thread starter tushar.n.patel
  • Start date Start date
T

tushar.n.patel

hi there!!

i'm looking for a code snipett wich help me to search some words into a
particular string and replace with a perticular word. i got a huge data
string in which searching traditional way mean to secrife lots of time
in asp.net. can any one give me such a expression in which i pass a
data string and search word string and replace word string? if so plz
help me out. i'm in badly need.
 
Hello tushar,
I don't have any special expression for that, but I can give some idea about
the subject.
You can use some recursive expression that divides the problem into
sub-problems.
It's worth to try.
 
Back
Top