Strings
RegEx Validate
3min
overview regex validate action validates a string based on a regular expression (regex) expression inputs & outputs \[i] value to validate ( string ) the string to be validated \[i] regex expression ( string ) the regular expression used for validation \[i] ignore case ( checkbox ) enable "ignore case" to disregard letter casing when matching inputs this option ensures that both 'a' and 'a' will be treated equally if left unchecked, matching will strictly adhere to case sensitivity rules \[o] validation result ( boolean ) returns true if the value matches the specified regular expression; otherwise, returns false important notes ensure the regular expression provided is appropriate for the validation requirements if ignore case is enabled, ensure it aligns with the desired validation behavior