Forum Discussion
DaveC_21078
Altostratus
Sep 01, 2009string map is replacing ? with a space
Hi,
I'm doing a string map and the first ? after ad.imp in the replacement string is being replaced with a space. Strings below. How do I stop that?
string map "adserve...
hoolio
Cirrostratus
Sep 01, 2009Hi David,
I think string match uses glob style matching, but I'm not sure about string map:
% string map "a?c def" abc
abc
% string map "a*c def" abc
abc
% string map "a?c def" a?c
def
% string map "a?c d?f" a?c
d?f
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