Forum Discussion
dimka___104021
Nimbostratus
Sep 06, 2007strip off certain part of URI
Hello,
How can i strip off "searchtype=simple" from HTTP::query?
It could be in query in different places - beginning, end, everywhere.
tia,
- Colin_Walker_12Historic F5 AccountIt sounds like all you'd need would be either a regsub or string map type operator that looked for the string in question and replaced it with nothing.
regsub {searchtype=simple} [HTTP::uri] "" newURI HTTP::uri $newURI
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