Type: lib.validate.String
Namespace: lib.validate
Description
Run several common string checks at once and return one bool per check. validate, check, email, url, uuid, json, number
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| value | str |
`` |
Outputs
| Output | Type | Description |
|---|---|---|
| is_email | bool |
|
| is_url | bool |
|
| is_uuid | bool |
|
| is_json | bool |
|
| is_numeric | bool |
|
| is_alpha | bool |
|
| is_alphanumeric | bool |
Related Nodes
Browse other nodes in the lib.validate namespace.