embedded code in oro regex

"Brian Bartell" <[email protected]> Mon, 18 Oct 2004 09:07:42 -0700
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <1fe101c4b52c$991fe7d0$6901a8c0@Dell4600>
------=_NextPart_000_1FDE_01C4B4F1.ECA6D110
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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:
  =20
   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
------=_NextPart_000_1FDE_01C4B4F1.ECA6D110--