1.3.1 • Published 1 year ago

tts-hrp-val-lib v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

  3. push to npm:

npm publish
1.3.1

1 year ago

1.2.1

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.1.2

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago