CI

CI

  • NA
  • 25
  • 0

replacement within strings...

Aug 6 2004 8:40 AM
My particular problem this time around is to replace everything upto a certain point in string with something else. eg. if i have a string "blah blah sfhasfiqh fhqwifhq q qf afljhgasdg afhaagi" and i want to remove every thing BEFORE "" and after "", how do i go about doing that? Is there a wildcard character or something I could use in String.Replace() ? Thank you.

Answers (1)