@scaleway/regex
v5.6.0
Published
A small utility to use regex
Downloads
9,846
Keywords
Readme
@scaleway/regex
A tiny utility to use named regex
Install
$ pnpm add @scaleway/regexUsage
import { fourDigitsCode } from '@scaleway/regex'
const isFourDigit = fourDigitsCode.test('1234')