is_not_sanitized - darktable-org/lua-scripts GitHub Wiki
IS_NOT_SANITIZED
NAME
is_not_sanitized
SYNOPSIS
Check if a string has been sanitized
USAGE
local ds = require "lib/dtutils.string"
local result = ds.is_not_sanitized(str)
str - string - the string that needs to be made safe
DESCRIPTION
is_not_sanitized checks a string to see if it has been made safe use passing as an argument in a system command.
RETURN VALUE
result - boolean - true if the string is not sanitized otherwise false