Fork me on GitHub
#malli
<
2021-05-02
>
Joel04:05:06

How can I validate the length of strings?

ikitommi06:05:39

[:string {:min 1, :max 10}]

💯 3
Joel18:05:58

@ikitommi How do i see the list of keywords I can specify? Is it to look at unit tests? For example, I didn't know where to find the min/max keywords.