[jboss-jira] [JBoss JIRA] (LOGMGR-174) Filter expressions do not allow all types of regular expressions

James Perkins (JIRA) issues at jboss.org
Tue Sep 12 13:08:00 EDT 2017


James Perkins created LOGMGR-174:
------------------------------------

             Summary: Filter expressions do not allow all types of regular expressions
                 Key: LOGMGR-174
                 URL: https://issues.jboss.org/browse/LOGMGR-174
             Project: JBoss Log Manager
          Issue Type: Bug
            Reporter: James Perkins


Some filter expressions require regex as an argument. The parsing of the regex does not allow for all expressions to be used. For example you can't use:
{code}
substituteAll("\\s", "replaced")
{code}
 The pattern fails to be parsed. Using {{substituteAll("\s", "replaced")}} results in a pattern of {{s}}.




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list