Hi All

I try to use Util.split() with the Pattern "[!/]|" compiled with
GlobCompiler, matched with Perl5Matcher.

Splitting "foo/|bar" correctly results in {"foo/|bar"}.

Splitting "foo|bar" results in {"fo","bar"}, where I expected to have
{"foo", "bar"}.

Is there a workaround for this, perhaps using an other Pattern-compiler?


Markus Schlegel
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to