getCacheContent soap method, what url patterns can i use to match ?
Currently i only know how to use text*.
Can i use regular expressions ?
Solved! Go to Solution.
Sam,
no, you cannot use regular expressions. This method only supports shell-style wildcards, expanding the special characters '?' and '*'.
Michael