Gets the string that can be used to escape wildcard characters. This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
The '_' character represents any single character.
The '%' character represents any sequence of zero or more characters.Returns the string used to escape wildcard characters (string).
Syntax
getSearchStringEscape()
|