is-alphanumerical

WebJar for is-alphanumerical

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-alphanumerical
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

is-alphanumerical
WebJar for is-alphanumerical
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/wooorm/is-alphanumerical

Download is-alphanumerical

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-alphanumerical/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-alphanumerical</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-alphanumerical/
implementation 'org.webjars.npm:is-alphanumerical:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/is-alphanumerical/
implementation ("org.webjars.npm:is-alphanumerical:1.0.4")
'org.webjars.npm:is-alphanumerical:jar:1.0.4'
<dependency org="org.webjars.npm" name="is-alphanumerical" rev="1.0.4">
  <artifact name="is-alphanumerical" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-alphanumerical', version='1.0.4')
)
libraryDependencies += "org.webjars.npm" % "is-alphanumerical" % "1.0.4"
[org.webjars.npm/is-alphanumerical "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : is-alphabetical jar [1.0.0,2)
org.webjars.npm : is-decimal jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

is-alphanumerical

Build Coverage Downloads Size

Check if a character is alphanumerical ([a-zA-Z0-9]).

Install

npm:

npm install is-alphanumerical

Use

var alphanumerical = require('is-alphanumerical')

alphanumerical('a') // => true
alphanumerical('Z') // => true
alphanumerical('0') // => true
alphanumerical(' ') // => false
alphanumerical('💩') // => false

API

alphanumerical(character)

Check whether the given character code (number), or the character code at the first position (string), is alphanumerical.

Related

License

MIT © Titus Wormer

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1