Forum Discussion
John_45699
Mar 14, 2012Nimbostratus
Parentheses in stream expression
I need to search for and replace a string that includes a "(". Whenever I try this, I get a regex compilation error because the parentheses are not balanced. How do I make this work? Here ...
hooleylist
Mar 14, 2012Cirrostratus
That's an odd one. Can you try replacing the ( with \x28? This worked in a simplified test on 10.2.3:
STREAM::expression {@/sap\x28@/test/sap(/@}
or:
set stream_expression_cmd {STREAM::expression {@/sap\x28@/test/sap(/@}}
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects