character-entities

WebJar for character-entities

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

character-entities
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

character-entities
WebJar for character-entities
Project URL

Project URL

http://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.bower/character-entities/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>character-entities</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/character-entities/
implementation 'org.webjars.bower:character-entities:1.2.2'
// https://jarcasting.com/artifacts/org.webjars.bower/character-entities/
implementation ("org.webjars.bower:character-entities:1.2.2")
'org.webjars.bower:character-entities:jar:1.2.2'
<dependency org="org.webjars.bower" name="character-entities" rev="1.2.2">
  <artifact name="character-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='character-entities', version='1.2.2')
)
libraryDependencies += "org.webjars.bower" % "character-entities" % "1.2.2"
[org.webjars.bower/character-entities "1.2.2"]

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.2