@scaleway/regex
v5.8.1
Published
A small utility to use regex
Downloads
10,604
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')