Re: FN-FORUM: RegEx help
date posted 15th January 2005 17:49
At 18:41 on Saturday, 15 Jan 2005, Rob Hull wrote:
>
> Ok, I know next to nothing about regular expressions. I tried looking on
> google and that didn't help me.
>
> I need a regEx to find all lines in a text file that don't start with
> "C:\"
>
> Is it possible?
dunno, never been that good with regex, but this tool looks handy:
http://www.regexbuddy.com/create.html
;o)