character-entities

WebJar for character-entities

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

character-entities
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

character-entities
WebJar for character-entities
Project URL

Project URL

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

Source Code Management

https://github.com/wooorm/character-entities

Download character-entities

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

character-entities

Build Downloads Size

HTML character entity information.

Install

npm:

npm install character-entities

Use

var characterEntities = require('character-entities')

console.log(characterEntities.AElig) // => 'Æ'
console.log(characterEntities.aelig) // => 'æ'
console.log(characterEntities.amp) // => '&'

API

characterEntities

Mapping between (case-sensitive) character entity names to replacements.

Support

See html.spec.whatwg.org.

Related

License

MIT © Titus Wormer

Versions

Version
1.2.4
1.2.3
1.2.2
1.2.1