Skip to content

wynlang/validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validate - Official Wyn Package

Email, URL, IP, and string validation. Pure Wyn.

Install

wyn pkg install github.com/wynlang/validate

Usage

is_email("user@example.com")   // true
is_url("https://example.com")  // true
is_ip4("192.168.1.1")          // true
is_numeric("12345")            // true

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors