liver icon indicating copy to clipboard operation
liver copied to clipboard

Lightweight Erlang validator based on LIVR specification

Results 3 liver issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to validate a boolean input like this: ```erlang liver:validate([{, [string, is_boolean]}], [{, }]). liver:validate([{, [string, is_boolean]}], [{, 1}]) liver:validate([{, [string, is_boolean]}], [{, }]). liver:validate([{, [string, is_boolean]}], [{,...

just added Cyrillic symbols support to url and email rules

Hello, would you like to add Cyrillic support to email and url pattern?