Add form validation functions #18

Closed
opened 2024-12-11 16:17:02 -07:00 by sashakoshka · 0 comments
Owner

Need to validate email addresses, numbers within a range, strings within a set etc.

{{$valid := isEmail $email}}
{{$valid := inSet "something" "other thing" $choice}}
{{$valid := inRange 0.0 1.0 $coef}}
Need to validate email addresses, numbers within a range, strings within a set etc. ``` {{$valid := isEmail $email}} {{$valid := inSet "something" "other thing" $choice}} {{$valid := inRange 0.0 1.0 $coef}} ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sashakoshka/step#18
No description provided.