Skip to main content

is_non_empty_string

Function is_non_empty_string 

Source
pub fn is_non_empty_string(value: &str) -> bool
Expand description

Checks if a value is a non-empty string. Per the Go SDK’s string_or_runtime_expr validator, any non-empty string is valid (either a plain string or a runtime expression).