Forum Discussion
Ian_Stewart_390
Nimbostratus
May 06, 2005String Escape Sequence
Are there escape sequences for strings inside iRules?
For example, I want to search a TCP Payload, after a client makes his inital connection, for the string oi%{@"$.
However, iR...
JRahm
Admin
May 06, 2005Use the backslash "\"
when CLIENT_ACCEPTED {
TCP::collect 16
}
when CLIENT_DATA {
if { [TCP::payload] eq "oi\%\{\\@\"\$" } {
pool comm_pool
}
else {
discard
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
