Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Mack_Hanson_107's avatar
Mack_Hanson_107
Icon for Nimbostratus rankNimbostratus
Aug 20, 2007

URLEncode / URLDecode

Is there a function I can use to URLencode a string, and URLdecode a string?

At the moment I'm doing a series of string maps, but I wonder if there is a better way.

ex.

set newstring [string map {%3D =} $string_that_is_urlencoded ]