Download the PHP package incenteev/emoji-pattern without Composer
On this page you can find all versions of the php package incenteev/emoji-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download incenteev/emoji-pattern
More information about incenteev/emoji-pattern
Files in incenteev/emoji-pattern
Download incenteev/emoji-pattern
More information about incenteev/emoji-pattern
Files in incenteev/emoji-pattern
Vendor incenteev
Package emoji-pattern
Short Description PHP regexp pattern matching Unicode emojis
License MIT
Package emoji-pattern
Short Description PHP regexp pattern matching Unicode emojis
License MIT
Please rate this library. Is it a good library?
Informations about the package emoji-pattern
Emoji pattern
This package provides regexp patterns to match Unicode emojis. All forms of emojis are matched, including:
- Single-character emoji (π)
- Emoji that are variants of other characters (e.g. βοΈ instead of βοΈ)
- Fitzpatrick Modifiers (e.g. skintones ππ»ππΌππ½ππΎππΏ)
- ZWJ Sequences (e.g. π)
- Combining sequences and Combining Marks (e.g. 0οΈβ£)
- Flag sequences (e.g π¨π¦)
All emojis are derived directly from the standard unicode data files, using an automated script.
Installation
Use Composer to install the library:
Usage
The provided pattern relies on the u
modifier of PCRE and so works only for UTF-8 strings.
License
This package is under the MIT license.
Credits
The initial version of the package was a port of SwiftEmoji.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
All versions of emoji-pattern with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package incenteev/emoji-pattern contains the following files
Loading the files please wait ....