Skip to main content
Tests each input dated property against a regular expression and emits one boolean per input.

Coercion

Non-string input values are coerced with to_string/1 before matching.

Configuration

The case_insensitive field, when true, compiles the regex with the i flag so matching ignores case. The pattern itself is supplied dynamically via the regex port.

Ports