character-entities-html4
HTML4 character entity information
Last updated 6 years ago by wooorm .
MIT · Repository · Bugs · Original npm
$ cnpm install character-entities-html4 
SYNC missed versions from official npm registry.

character-entities-html4

Build Downloads Size

HTML4 character entity information.

Install

npm:

npm install character-entities-html4

Use

var characterEntities = require('character-entities-html4')

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

API

characterEntitiesHTML4

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

Support

See w3.org.

Related

License

MIT © Titus Wormer

Current Tags

  • 2.1.0                                ...           latest (4 years ago)

3 Versions

  • 2.1.0                                ...           4 years ago
  • 2.0.0                                ...           4 years ago
  • 1.1.4                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org