# Functions
MongodbEscapeString escapes the control characters used by mongodb commands TODO at the moment we only check for '$' char.
MysqlRealEscapeString escapes the control characters used by sql commands.
Sanitize sanitizes the input string to prevent html, mysql and nosql (mongodb only) injection attacks.