RE: Regular expression use

2009-10-08 Thread Jonathan Levinson
Regards, Jonathan S. Levinson -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: Thursday, October 08, 2009 5:15 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Regular expression use Hi Jonathan, Jonathan Levinson wrote: > I'm sure someone has m

Re: Regular expression use

2009-10-08 Thread Vincent Hennebert
Wednesday, October 07, 2009 6:51 AM > To: fop-dev@xmlgraphics.apache.org > Subject: Re: Regular expression use > > Hi Jonathan, > > Jonathan Levinson wrote: >> I noticed that if one is not careful in one's regular expression use, >> the compilation for a regular expressi

RE: Regular expression use

2009-10-07 Thread Jonathan Levinson
gards, Jonathan S. Levinson -Original Message- From: Vincent Hennebert [mailto:vhenneb...@gmail.com] Sent: Wednesday, October 07, 2009 6:51 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Regular expression use Hi Jonathan, Jonathan Levinson wrote: > I noticed that if one is not careful

Re: Regular expression use

2009-10-07 Thread Vincent Hennebert
Hi Jonathan, Jonathan Levinson wrote: > I noticed that if one is not careful in one's regular expression use, > the compilation for a regular expression can take minutes. I'm not > talking about applying the pattern just compiling it! > > > > Should regular ex

Regular expression use

2009-10-06 Thread Jonathan Levinson
I noticed that if one is not careful in one's regular expression use, the compilation for a regular expression can take minutes. I'm not talking about applying the pattern just compiling it! Should regular expressions be avoided altogether and should one use hand-crafted state ma