Skip to main content

validate

Function validate 

Source
pub fn validate(expr: &str) -> Vec<String>
Available on crate feature expression only.
Expand description

Validate an expression for syntax and DFE profile compliance.

Uses the profile config from the config cascade (if available) or ProfileConfig::default(). Returns a list of error strings (empty if valid).