In message <[EMAIL PROTECTED]>, Ryan Parks writes: >ORO says it's Perl 5 compliant but minimal matching with >a ? doesn't seem to work. I'm trying to use it in this context: >(.*?)\\s* where the string in parens is the shortest possible >not the longest.
Can you provide sample input and code reproducing the problem? It is 90% likely this is "user error." For example, .*? will always match the empty string, which is probably not what you want. daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
