
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
558 B
558 B
title | id | weight | draft | author |
---|---|---|---|---|
is_not_sanitized | is_not_sanitized | 30 | false | people |
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