1.2.1 • Published 25 days ago

tts-hrp-val-lib v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
25 days ago

tts-hrp-val-lib

Single validation scheme for HRP apps

Installation

Install via NPM:

npm install tts-hrp-val-lib

Usage

javascript

var regex = require("tts-hrp-val-lib");
console.log(regex.transoxania_email); // print "/^[\w-\.]+@transoxania.com$/"

TypeScript

import * as regex from "tts-hrp-val-lib";
console.log(regex.transoxania_email); // print "/^[\w-\.]+@transoxania.com$/"

Create new regex

  1. login to npm:
npm login
  1. add new regex on code;

  2. update version in package.json. Example: 1.2.1 -> 1.2.2

1.2.1

25 days ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.1.2

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago