From ogaste at free.fr Mon Nov 14 10:11:19 2011 From: ogaste at free.fr (=?ISO-8859-1?Q?Olivier_GAST=C9?=) Date: Mon, 14 Nov 2011 11:11:19 +0100 Subject: [regex-coach] PHP PCRE regexp predefined class issue Message-ID: hello every one and before anything else "viele danke" to mr Weitz for this very usefull tool Ihave just a question it seems that I couldnt use the predefined class like *[:alnum:] *( http://fr2.php.net/manual/en/regexp.reference.character-classes.php) existing in PHP PCRE I guess it's not aviable in PHP and probably not in CL_PPCRE did you already noticed this ? it's a bit confusing to change always between php code and regex coatch do you think there is a solution for me to modify the coatch or something else ? thank's for you help sorry for my bad english and my german try :) -- --- Olivier GAST? -------------- next part -------------- An HTML attachment was scrubbed... URL: From edi at weitz.de Mon Nov 14 11:19:20 2011 From: edi at weitz.de (Edi Weitz) Date: Mon, 14 Nov 2011 12:19:20 +0100 Subject: [regex-coach] PHP PCRE regexp predefined class issue In-Reply-To: References: Message-ID: Hi, CL-PPCRE was modeled after the regular expressions of Perl at a particular point in time and even then I may have left out some stuff due to lack of time. As of now, I have even less time to extend CL-PPCRE or the Regex Coach and will only make new releases if there are bugs to fix. CL-PPCRE is open source software and you can of course download and modify it yourself, but you'll need to know Common Lisp to do that. However, that won't help you with Regex Coach as its source code isn't publicly available and you'd need a commercial Lisp compiler to compile the program anyway. Sorry... Cheers, Edi. 2011/11/14 Olivier GAST? : > hello every one > and before anything else "viele danke" to mr Weitz for this very usefull > tool > ?Ihave just a question it seems that I couldnt use the predefined class like > [:alnum:] > (http://fr2.php.net/manual/en/regexp.reference.character-classes.php) > existing in PHP PCRE I guess it's not aviable in PHP and probably not in > CL_PPCRE > did you already noticed this ? it's a bit confusing to change always between > php code and regex coatch > > do you think there is a solution for me to modify the coatch or something > else ? > thank's for you help > sorry for my bad english and my german try :) > > -- > --- > Olivier GAST? > > _______________________________________________ > regex-coach site list > regex-coach at common-lisp.net > http://common-lisp.net/mailman/listinfo/regex-coach > From ogaste at free.fr Tue Nov 15 09:33:55 2011 From: ogaste at free.fr (=?ISO-8859-1?Q?Olivier_GAST=C9?=) Date: Tue, 15 Nov 2011 10:33:55 +0100 Subject: [regex-coach] PHP PCRE regexp predefined class issue In-Reply-To: References: Message-ID: thank's for your answer it's true that my lisp years are a bit far away but it looked like something doable. But if coatch source is not publicy for shure it's a bit hard to manage ! ;) any way thank's for this usefull tool ! :) On Mon, Nov 14, 2011 at 12:19 PM, Edi Weitz wrote: > Hi, > > CL-PPCRE was modeled after the regular expressions of Perl at a > particular point in time and even then I may have left out some stuff > due to lack of time. As of now, I have even less time to extend > CL-PPCRE or the Regex Coach and will only make new releases if there > are bugs to fix. > > CL-PPCRE is open source software and you can of course download and > modify it yourself, but you'll need to know Common Lisp to do that. > However, that won't help you with Regex Coach as its source code isn't > publicly available and you'd need a commercial Lisp compiler to > compile the program anyway. Sorry... > > Cheers, > Edi. > > 2011/11/14 Olivier GAST? : > > hello every one > > and before anything else "viele danke" to mr Weitz for this very usefull > > tool > > Ihave just a question it seems that I couldnt use the predefined class > like > > [:alnum:] > > (http://fr2.php.net/manual/en/regexp.reference.character-classes.php) > > existing in PHP PCRE I guess it's not aviable in PHP and probably not in > > CL_PPCRE > > did you already noticed this ? it's a bit confusing to change always > between > > php code and regex coatch > > > > do you think there is a solution for me to modify the coatch or something > > else ? > > thank's for you help > > sorry for my bad english and my german try :) > > > > -- > > --- > > Olivier GAST? > > > > _______________________________________________ > > regex-coach site list > > regex-coach at common-lisp.net > > http://common-lisp.net/mailman/listinfo/regex-coach > > > > _______________________________________________ > regex-coach site list > regex-coach at common-lisp.net > http://common-lisp.net/mailman/listinfo/regex-coach > > -- --- Olivier GAST? -------------- next part -------------- An HTML attachment was scrubbed... URL: