![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/character-entities/ |
# character-entities [![Build][build-badge]][build] [![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size] HTML character entity information. ## Installation [npm][]: ```bash npm install character-entities ``` ## Usage ```js 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][html]. ## Related * [`character-entities-html4`](https://github.com/wooorm/character-entities-html4) — HTML 4 character entity info * [`character-entities-legacy`](https://github.com/wooorm/character-entities-legacy) — Legacy character entity info * [`parse-entities`](https://github.com/wooorm/parse-entities) — Parse HTML character references * [`stringify-entities`](https://github.com/wooorm/stringify-entities) — Stringify HTML character references ## License [MIT][license] © [Titus Wormer][author] <!-- Definitions --> [build-badge]: https://img.shields.io/travis/wooorm/character-entities.svg [build]: https://travis-ci.org/wooorm/character-entities [downloads-badge]: https://img.shields.io/npm/dm/character-entities.svg [downloads]: https://www.npmjs.com/package/character-entities [size-badge]: https://img.shields.io/bundlephobia/minzip/character-entities.svg [size]: https://bundlephobia.com/result?p=character-entities [npm]: https://docs.npmjs.com/cli/install [license]: license [author]: https://wooorm.com [html]: https://html.spec.whatwg.org/multipage/syntax.html#named-character-references