Regex Question
- From: AMP <ampeloso@xxxxxxxxx>
- Date: Mon, 21 Apr 2008 09:24:35 -0700 (PDT)
Hello,
I am coming back to a project and I dont remember what the following
Regex says
I do know it removes all \r\n from the string, but I dont see how.
Can someone explain this one?
Regex re = new Regex(@"([\x00-\x1F\x7E-\xFF]+)",
RegexOptions.Compiled);
string op = re.Replace(FileToParse, "");
Thanks
Mike
.
- Follow-Ups:
- Re: Regex Question
- From: Gilles Kohl [MVP]
- Re: Regex Question
- Prev by Date: Re: .NET 2.0 apps think they're being run from the Internet, but they're being run from the intranet...
- Next by Date: Give full security access to a exe during Setup and deployement
- Previous by thread: Re: regex question
- Next by thread: Re: Regex Question
- Index(es):