isSanitized(expression,vars,methods)¶
Definition¶
String isSanitized(String expression, String vars, String methods)
Description¶
Takes an input string and confirm it is sanitized
Parameter Definition¶
| Name | Type | Description |
|---|---|---|
| expression | String | an amiscript expression to parse and confirm is valid |
| vars | String | Comma delimited list of variables to allow references to: * ==> any, null==>none, !var==>restrict variable |
| methods | String | Comma delimited list of methods to allow calls to: * ==> any, null==>none, !method==>restrict method |