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 Dan Lipofsky <dl...@kurion.com> on 2000/09/01 23:20:44 UTC

multiline matches

I am trying to use ^ and $ with a multiline string.
Passing Perl5Compiler.MULTILINE_MASK to the compile
method seems to have no effect.  However, doing
setMultiline(true) on the matcher seems to work.
Is this a known bug?

A side effect of this is using the "/m" flag with
Perl5Util has no effect.

- Dan