Forum Discussion
Michael_Mau_108
Nimbostratus
Feb 16, 2008REGEXP parsing URI
Hello all,
I have a customer who assigns each of his 100+ users with a service name, so he is able to indentify who each customer group is, and what environment they are trying to access (accepta...
The_Bhattman
Nimbostratus
Feb 17, 2008Hi Mike,
Regular expressions take too long. I think you can get this done by performing the following
switch [HTTP::uri] {
"XML_[A-Z]*_P " {
Do something
}
"XML_[A-Z]*_T" {
Do something
}
}
If it doesn't match these 2 switch statements it terminates. There is a 101 article on it.
http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=129
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