@scaleway/regex
v5.2.1
Published
A small utility to use regex
Downloads
7,748
Maintainers
Keywords
Readme
@scaleway/regex
A tiny utility to use named regex
Install
$ pnpm add @scaleway/regex
Usage
import { fourDigitsCode } from '@scaleway/regex'
const isFourDigit = fourDigitsCode.test('1234')