I tried everything too--to no avail. My guess is t...
# sdf
z
I tried everything too--to no avail. My guess is that the argument is ultimately passed to the Oracle database in a
LIKE
clause of an SQL query. The standard Oracle wildcard characters are
_
and
%
(it is possible to override them using the
ESCAPE
part of a
LIKE
condition). Anyway, it would appear as thought the
_
is passed as a literal but interpreted by the database as a wildcard.