2.0.0 • Published 6 years ago

astral-regex v2.0.0

Weekly downloads
16,704,117
License
MIT
Repository
github
Last release
6 years ago

astral-regex Build Status

Regular expression for matching astral symbols

Install

$ npm install astral-regex

Usage

const astralRegex = require('astral-regex');

astralRegex({exact: true}).test('🦄');
//=> true

'foo 🦄 💩 bar'.match(astralRegex());
//=> ['🦄', '💩']

API

astralRegex(options)

Returns a RegExp for matching astral symbols.

options

Type: Object

exact

Type: boolean Default: false (Matches any astral symbols in a string)

Only match an exact string. Useful with RegExp#test() to check if a string is a astral symbol.

License

MIT © Kevin Mårtensson

@huyhpham/rn-linearchetype-libraryeasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-imagepipihomereact-stream-rendererspecify-importsbabel-specify-imports@oneplanetcrowd/developers@almeidaa/msreact-native-template-rfbaseairscanairscan-examplebb-chatreact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjamesreact-native-covid-sdkgql_din_mod@jttechnic/interpretermysql-formatreact-native-printer-brothersrn-pdf-reader-offline@newhorizon-tech/dd-npm-package-templatereact-native-shekhar-bridge-testcogoportutilsuncoded-connect@reversodev/oceanic-fleetwilscanner@oiti/documentoscopy-react-native@respondea/cordova-plugin-v-inappbrowserquoc-testreact-native-slider-kfplginexpand-react-bridgeopea-bootstraapluminos-ui-core@everything-registry/sub-chunk-1173jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablereact-native-jawwy_samplegriffin-ui-librarytailwind-vector-effectsyncbackbasestemplewallet-eslint-plugintest-carosello-campustest-library-123test-haptik-libtest-npm-jjmessiwinx-form-winxweb-elements-iconswebchewifi_configuration_packagesuperset-plugin-chart-hello-world2supercluster-googlemaps-adapter-clonestechfox-icontechfox-react-feathersportscale-wifi-connectsparse-setsticky-scroll-catchtestapatest-zeo-collecttestnpm_lmnsvavatarsvelte-component-libsweetalert2-denazificationvue-compmentvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedv9u-smb2-singstorvantiq-reactvue-axios-restvs-tree-plusvue-dev-clone@dominuss/call-receiver@donapot/mylibtest@dotconf-pro/dotconf-pro@dotconf-pro/dotenv@djakne/react-native-track-player@cryptocode99/token-lists@cs6/react-native-test-native-view-library@ct-note/image@ct-note/embed@con-test/react-native-concent-common@damian.lnc/core@damruravihara/react-native-testing-package@cybermega/flutter-resource-manager-rs@cute-apocalypse/react-tree@corelmax/react-native-my2c2p-sdk@demoflow/nested-list@dolaned/capacitor-square
2.0.0

6 years ago

1.0.0

8 years ago