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 "Daniel F. Savarese" <df...@savarese.org> on 2001/08/19 09:58:32 UTC

Re: Subgroup problem by using ORO .

>Would you please to teach me how can I define a suitable regular =
>expression that use with ORO to output the result as I want ?

It is better to use SAX or DOM to extract data from HTML documents.
A single regular expression cannot handle the general case of
begin/end marker matching.  However, you can use regular expressions
to tokenize your input and add some Java code to process it according
to your requirements.

daniel