We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_not_sanitized
Check if a string has been sanitized
local ds = require "lib/dtutils.string" local result = ds.is_not_sanitized(str)
str - string - the string that needs to be made safe
is_not_sanitized checks a string to see if it has been made safe use passing as an argument in a system command.
result - boolean - true if the string is not sanitized otherwise false
Libraries