Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 231 Bytes

@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')