unicode-match-property-ecmascript
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Found 2498 results for unicode property
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Compile Unicode property escapes in Unicode regular expressions to ES5.
The set of Unicode symbols that can serve as a base for emoji modifiers, i.e. those with the `Emoji_Modifier_Base` property set to `Yes`.
Unicode property value alias mappings in JavaScript format, for property names and values that are supported in ECMAScript RegExp property escapes.
Match a Unicode property or property alias to its canonical property name without loose matching.
Unicode property alias mappings in JavaScript format.
Unicode property value alias mappings in JavaScript format.
Match a Unicode property or property alias to its canonical property name without loose matching.
use regexpu for escape unicode property in regexp-cjk
The set of canonical property names in Unicode.
Regenerate sets for Unicode properties and values.
Compile regular expressions' unicodeSets (v) flag.
Parse regular expressions' unicodeSets (v) flag.
Get the visual width of a string - the number of columns required to display it
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Strip UTF-8 byte order mark (BOM) from a string
Check if the character represented by a given Unicode code point is fullwidth
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Colored symbols for various log levels. Example: `✔︎ Success`
Detect whether the terminal supports Unicode
Unicode symbols with fallbacks for older terminals
Convert raw escape sequences to their respective characters (undo String.raw).
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
Elegant terminal spinner
Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
A robust HTML entities encoder/decoder with full Unicode support.
Spinners for use in the terminal
Get the visual width of the widest line in a string - the number of columns required to display it
A wide-character aware text alignment function for use on the console or with fixed width fonts.
Boxes for use in the terminal
Try to guess if your terminal supports unicode
A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
Npm module for Unicode CLDR JSON data
Pretty unicode tables for the command line. Based on the original cli-table.
Determine the East Asian Width of a Unicode character
Create boxes in the terminal
render nested hierarchies `npm ls` style with unicode pipes
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Change the skin tone of an emoji 👌👌🏻👌🏼👌🏽👌🏾👌🏿
Provides fast access to unicode character properties
PostCSS plugin for escape sass unicode characters
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Extended regular expressions
Listr2 prompt adapter for inquirer.
A well-tested UTF-8 encoder/decoder written in JavaScript.
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
An implementation of the Unicode Line Breaking Algorithm (UAX #14)
Convert and detect character encoding in JavaScript
Terminal task list
A little helper for handling strings containing zero width control characters, ANSI styling, whitespaces, newlines, 💩, etc.
Find the position of grapheme cluster breaks in a string
Strip UTF-8 byte order mark (BOM) from a stream
Slugify a string
Unicode CLDR pluralization rules as JavaScript functions
Strip UTF-8 byte order mark (BOM) from a Uint8Array
Convert Unicode characters to Latin characters using transliteration
[fork] TextEncoder and TextDecoder (Polyfill for the Encoding Living Standard's API) For Node.JS.
A regular expression to match all emoji-only symbols
An implementation of the Unicode Line Breaking Algorithm (UAX #14)
Zero-dependency unicode-aware string tools
Mapping from Dingbat fonts, such as Symbol, Webdings and Wingdings, to Unicode code points
A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
Columnated lists for the CLI.
Unicode-aware substring
Info on ASCII emoticons
Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.
Tiny terminal spinner
A big regex to match unicode words
Get the length of unicode strings
Unicode aware string truncation that given a max byte size will truncate the string to or just below that size
slugifies even utf-8 chars!
Intl.PluralRules polyfill
ASCII transliterations of Unicode text
parse string escapes (\n, \r, etc.)
A collection of utilities for emojis
Intl.MessageFormat / Unicode MessageFormat 2 parser, runtime and polyfill
Converts text to superscript unicode
Evergreen emoji regex patterns.
Library to escape Unicode characters
Convert Domain Names correctly from IDN to Punycode and vice-versa and offer TR46 processing.
calculates width of given string
A fully Unicode-aware string reverser written in JavaScript.
A well-tested WTF-8 encoder/decoder written in JavaScript.
JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
Unicode-aware JS string splitting, typescript version
Fast and tiny fuzzy-search utility
Elegant terminal spinner
Simple text tree diagrams from arrays.
Unicode variant string matching
Regular expression for matching XML NCName
FNV-1a non-cryptographic hash function
A Unicode standard based way to implement emoji across all platforms.
crypto; from kruptein to hide or conceal
Regular expressions for matching against the XML Character Classes
Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`
Easily remove Unicode combining marks from strings.
Pretty unicode tables for the command line. Based on the original cli-table.
Support as many legacy encodings as possible
Convert Unicode characters to Latin characters using transliteration
Provides fast access to unicode character properties
regular expression for matching unicode category
GitHub emoji: gemoji
Check if a Node.js Buffer or Uint8Array is UTF-8
Unicode-aware JS string splitting
HFS Plus string utilities
Download tool for Unicode CLDR JSON data
An implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)
Animated progress bars with estimated durations
return an array of bytes from a unicode string
Validate ascii and unicode values.
Util.format-like string formatting utility.
An implementation of the Unicode Line Breaking Algorithm (UAX #14)
Slugify a string
Unicode radio button symbol, for toggling on/off in prompts.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
A compact library to encode, decode and convert UTF8 / UTF16 in JavaScript.
Modular version of punycode package
return the number of bytes in a unicode string
Regular expressions for various Unicode character classes extracted from XRegExp
A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
Normalize a string with utf-8 characters.
Name to unicode emoji mapping.
unicode position conversion
Get the UTF-8 byte length of a string
Tells, is given character a part of astral character, specifically, a high and low surrogate
Unicode-range parser/builder.
Detect trojan source attacks that employ unicode bidi attacks to inject malicious code
A UTS #46 processing algorithm for IDNA2008 strings
check RegExp ( regular expressions ) support
A JavaScript port of the Apache Lucene ASCII Folding Filter that converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into a ASCII equivalents, if they exist.
Javascript natural sort algorithm with unicode support.
Polyfill for Intl.Segmenter
Alphabetically sort an array of strings
A Unicode standard based way to implement emoji across all platforms.
A Unicode standard based way to implement emoji across all platforms.
Create boxes in the terminal
Grapheme cluster break tooling.
ESLint plugin to detect and stop Trojan Source attacks
Compile Unicode property escapes in Unicode regular expressions to ES5.
Listr2 prompt adapter for enquirer.
Like `string.slice()` but bytewise
EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images.
This simple package using Emojis Natives
Calculates the width of a string, where halfwidth characters count as 1, and fullwidth characters count as 2.
transform strings to equivalent unicode characters, and revert
Get a UTF-16-encoded code point number of a character
Get the Font Awesome unicode character by the icon name.
String representation of a number in fractional form
Cross-platform unicode icon toolkit
A plugin for @m2d/core that parses emoji shortcodes like :smile: and replaces them with their corresponding Unicode emoji characters for DOCX output.
The JavaScript version of Open Chinese Convert (OpenCC)
UTF-safe string operations
Unicode to name emoji mapping.
Convert emoji names in unicode characters and vice versa.
buffer utf8 characters that would otherwise span chunk boundaries
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v13.0.0’s categories, scripts, blocks, bidi, and other properties.
Node.js module for reshaping Right-To-Left (Arabic/Persian) charators in string
Get the unicode code of an emoji.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v16.0.0’s categories, scripts, blocks, bidi, and other properties.
Unicode to ASCII transliteration
An implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)
[](https://www.npmjs.com/package/@crabas0npm/officiis-exercitationem-similique) [ support for node.js or old browsers, with the Unicode Problems fixed
Encode and decode [WTF-8](https://simonsapin.github.io/wtf-8/) with a similar API to [TextEncoder](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder) and [TextDecoder](https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder).
Get the code points of each character in the string
Various string formatting & utility functions
High-speed, unicode-aware, browser-friendly slug generator
Emoji-aware unicode string utilities
A JavaScript port of the Apache Lucene ASCII Folding Filter that converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into a ASCII equivalents, if they exist.
Unicode character information library.
A lightweight implementation of the Unicode Text Segmentation (UAX #29)
Emoji in png format brought to you by JoyPixels (formerly EmojiOne). JoyPixels is a complete set of emoji designed for the web.
Terminal task list (modified to not stop list upon errors when concurrent:true)
Fix unicode usage in 'content'
implementation of convert a DOMString to a sequence of Unicode characters at http://www.w3.org/TR/WebIDL/#dfn-obtain-unicode and shim for String.fromCodePoint()
ASCII transliteration of Unicode text, with emoji support and smart spacing
A library for converting Unicode to obscure single byte codepage for use with thermal printers.
Just an emoji.json.
convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper
Open source emojis for designers, developers and everyone else!
regexp-helper
Unicode String object
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.0.0’s categories, scripts, blocks, bidi, and other properties.
Escape Unicode characters in webpack
## 繁簡轉換對應表
轉換 簡繁日 當中共通的 漢字
An SMS message splitter with support for both GSM and Unicode.
簡繁日 共通字/轉換表
搜尋字串用的漢字貪婪轉換表
convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )
Util collection for Japanese text processing. Hiraganize, Katakanize, and Romanize.
[![Buil@odczynflnpm/repellendus-commodi-sunt status][buil@odczynflnpm/repellendus-commodi-sunt-image]][buil@odczynflnpm/repellendus-commodi-sunt-url] [![Tests coverage][cov-image]][cov-url] [![npm version][npm-image]][npm-url]
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Normalize URLs to a standardized form. HTTPS by default, flexible configuration, custom protocols, domain extraction, humazing URL, and punycode support. Both CJS & ESM modules available.
Provides CLDR data as CommonJS and ES modules
regexp-helper-core
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Support Unicode Characters in PDFmake library.
日文五十音轉換表
A regular expression that matches all emojis. Works in Javascript, .NET, and Java.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
A library for working with Unicode character sets
Maximum Unicode code point.
An icon set based on Unicode glyphs
Japanese Character Optimizer.
簡繁轉換表
Raw data for Unicode Emoji 🙂
Convert non-printable chars in string into their printable form
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Slugifies strings.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
A regular expression to match hashtag identifiers as per the Unicode Standard.
Lightweight emoji flag to and from country code
Create a string from a sequence of Unicode code points.
An ESnext spec-compliant `String.prototype.toWellFormed` shim/polyfill/replacement that works as far down as ES3.
Internationalization in Typescript with Unicode CLDR, batteries included
A regex to match astral symbols that supports unicode strings.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Safe work with unicode strings with emoji chars up to *Emoji 5.0* (Unicode 10.0)
Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn
Punycode converter.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.1.0’s categories, scripts, blocks, bidi, and other properties.
[](https://www.npmjs.com/package/@hoangcung1804npm/cum-nulla-praesentium)
Return a Unicode code point from a string at a specified position.
Which regular expression flags does the current environment support?
Map of non-ASCII characters to Groff commands
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, scripts, blocks, bidi, and other properties.
Extended regular expressions
[](https://travis-ci.org/unsegnor/new-app)
[](https://travis-ci.org/tea062024/eveniet-modi-ab)
[Unicode 16.0.0] Returns the name, aliases, or label of a Unicode character or Emoji
FNV-1a non-cryptographic hash function implementation written in TypeScript.
JavaScript RegExp doesn't work with Unicode characters out of the box. This small package fixes this issue. This is \p{L} equalent extracted from XRegExp.
Brotli compression/decompression that encodes to base-unicode and back. Node.js and Browser support.