Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 233 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 233 Bytes

@scaleway/regex

A tiny utility to use named regex


Install

$ yarn add @scaleway/regex

Usage

import { fourDigitsCode } from '@scaleway/regex'

const isFourDigit = fourDigitsCode.test('1234')