2.1.8 • Published 2 months ago

userval-checker v2.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

2.1.5

2 months ago

2.1.8

2 months ago

2.1.7

2 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.4

8 months ago

2.1.3

9 months ago

2.0.7

12 months ago

2.0.9

12 months ago

2.0.10

12 months ago

2.0.8

12 months ago

2.1.0

12 months ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago