[jboss-jira] [JBoss JIRA] (LOGMGR-174) Filter expressions do not allow all types of regular expressions
Yeray Borges (JIRA)
issues at jboss.org
Wed Oct 4 10:45:00 EDT 2017
[ https://issues.jboss.org/browse/LOGMGR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yeray Borges reassigned LOGMGR-174:
-----------------------------------
Assignee: Yeray Borges
> 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
> Assignee: Yeray Borges
>
> 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