# File lib/formvalidator.rb, line 779
def
filter_sql_wildcard
(
value
)
value
.
tr
(
'*'
,
'%'
)
end