2.1.8 • Published 1 year ago

userval-checker v2.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

with npm

npm install userval-checker

with Yarn

yarn add userval-checker

how to use it ?

Old Method

Function names present in this package.

1.  Eletter = extract  only  Letters  the  from  the  string  and  return  to  the  user
2.  Enumber = extract  only  numbers  from  the  string  and  return  to  the  user
3.  Especial = extract  only  the  specials  value  from  the  string  and  return  to  the  user
4.  ESletter = gives  the  string  after  after  filter  without  changing  into  upper  or  lowercase
5.  ESnumber = gives  the  number  type  of string after after filter without changing into number
6. Enumber = gives  the  number  after  filter  from  the  string
7.  suffleMe = suffle  the  data  of  array  and  return  a  new  array
8.  RangeData = gives  the  data  from  certain  ragnge  to  range  from  an  array
9.  deleteData = delete  certain  data  from  an  array  with  position

In JavaScript

const {function_name} = require("userval-checker")
ex. const {Eletter} = require("userval-checker);
const  extract_letter_from_string = Eletter({your_string_value})

or

const  your_function_name= require("useval-checker")
your_function_name.function_name({your_string_value})

In React

import { Eletter } from  "userval-checker"

New Method

import  Validator  from  "userval-checker"
const  validator = new  Validator()

Using the Methods

validator.{methodName}

Present Methods are

1.  Eletter = extract  only  Letters  the  from  the  string  and  return  to  the  user
2.  Enumber = extract  only  numbers  from  the  string  and  return  to  the  user
3.  Especial = extract  only  the  specials  value  from  the  string  and  return  to  the  user
4.  ESletter = gives  the  string  after  after  filter  without  changing  into  upper  or  lowercase
5.  ESnumber = gives  the  number  type  of string after after filter without changing into number
6. Enumber = gives  the  number  after  filter  from  the  string
7.  suffleMe = suffle  the  data  of  array  and  return  a  new  array
8.  RangeData = gives  the  data  from  certain  ragnge  to  range  from  an  array
9.  deleteData = delete  certain  data  from  an  array  with  position
10.  isEmail = check  whether  email  is  valid  or  not
2.1.6

1 year ago

2.1.5

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.0.7

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.1.0

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago