Re: Converting a Regex into plain text

2006-02-23 Thread Warren Liddell
> Take a look at RegEx Coach it has several ways to express what the regex > string is doing. It's got > lots of other neat tools as well: > http://www.weitz.de/regex-coach/ > > --chip > -- > Just my $.02, your mileage may vary, batteries not included, etc Thanks, i'll give it a shot. _

Re: Converting a Regex into plain text

2006-02-23 Thread chip
On 2/23/06, Warren Liddell <[EMAIL PROTECTED]> wrote: > > is there any pkg avilable that'll convert a regex into plain txt ? > > Presently i dont care if its windows based or FreeBSD based > ___ > freebsd-questions@freebsd.org mailing list > http://lists.

Re: Converting a Regex into plain text

2006-02-23 Thread Warren Liddell
On Thursday 23 February 2006 15:50, Fabian Keil wrote: > Warren Liddell <[EMAIL PROTECTED]> wrote: > > is there any pkg avilable that'll convert a regex into plain txt ? > > What do you mean? What would the plain text translation of > > <(div|p)[^>]*(id|class)=\"(Ad.*|Logo|SidebarAds|Tips|Item)\" >

Re: Converting a Regex into plain text

2006-02-23 Thread Chuck Swiger
Warren Liddell wrote: > is there any pkg avilable that'll convert a regex into plain txt ? No. Most regular expressions cannot be expressed as finite plain text strings, that is why regex is used in the first place. > Presently i dont care if its windows based or FreeBSD based Hmm. -- -Chuck

Re: Converting a Regex into plain text

2006-02-23 Thread Fabian Keil
Warren Liddell <[EMAIL PROTECTED]> wrote: > is there any pkg avilable that'll convert a regex into plain txt ? What do you mean? What would the plain text translation of <(div|p)[^>]*(id|class)=\"(Ad.*|Logo|SidebarAds|Tips|Item)\" be? Fabian -- http://www.fabiankeil.de/ signature.asc Descr

Converting a Regex into plain text

2006-02-23 Thread Warren Liddell
is there any pkg avilable that'll convert a regex into plain txt ? Presently i dont care if its windows based or FreeBSD based ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send