Menu

feature request: new attributes for regexp

2008-02-04
2012-09-04
  • Gregor Bornemann

    ATM the regex is compiled with :

    Pattern.DOTALL|Pattern.UNICODE_CASE

    With this "predefined" settings i've many problems to parse different kinds data.

    So would be nice to see two new attributes for the regexp element :

    1. MULTILINE="yes/no"
    2. DOTALL="yes/no"

    With this attributes the user could choose the parsing behavior by its own.

     
    • Vladimir Nikic

      Vladimir Nikic - 2008-02-07

      Thanks for suggestion.
      Will be added in the next release.
      Vladimir.

       
    • Gregor Bornemann

      Thanks for adding this feature :-)

       

Log in to post a comment.