You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-user@jakarta.apache.org by Brian Bartell <br...@notiora.com> on 2004/10/18 18:07:42 UTC

embedded code in oro regex

I am interested in implementing embedded code within
(as an extension to) ORO.  Has this been attempted before?
Are there any known issues?

For example, the expression:
   
   abc(?{some-interpretted-code})def

would match the input sequence abcSTUFFdef
if some-interpretted-code (language to be determined)
accepts STUFF.

I am open to any advice as to the best way to implement
this within ORO, and issues to consider.

Best,

Brian Bartell