Forum Discussion
npmaslow_68104
Jun 25, 2009Historic F5 Account
Irule applied stream profile and URLs in comments - any thoughts?
This is more of a general TCL quesiton than an irule question, but it involves the selective application of the stream profile in an irule.
Here is the general form of the irule:
...
hoolio
Cirrostratus
Jul 28, 2009Actually, I think that is the issue you're trying to avoid...
If you escape the backslash with a backslash and enclose it in curly braces, it should work for regexp. string match doesn't seem to work the same way though:
% regexp -inline -all {\\u002f} {\\u002f}
{\u002f}
% regexp -inline -all {\\u002f} /
%
% string match {\\u002f} {\\u002f}
0
% string match {\\u002f} /
0
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