syuilo / cafy

☕️ Strongly typed and lightweight validator generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matchの逆(not)が欲しい

marihachi opened this issue · comments

matchのnot版が無いので、今は以下のようにして無理やり対応しています

.pipe(value => !hogeRegex.test(value))

名前としてはnotMatchとか?