rickvian / coregex

library common regex usecase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoRegex

Common Regex.

Set of regex standard that cover edge cases for commonly used input type such as email, phone number, date, etc.

Why CoRegex? -Regex behaviour might be unpredicable when you deal with all UTF-8 character, occurs to me when working with localization translations.

-List of common usecase for regex, that battle tested by community. Standarization of certain character definition in internet may cause debate, and we need to have a convenient list we can lookup into, and discuss.

About

library common regex usecase


Languages

Language:JavaScript 100.0%