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_packagern-tm-notifyrn-use-modal-hookrn-currency-formatterrn-counter-demorn-session-multiplier-demorn_unique_device_idrnttlocksharingcomponent2samc2samc3samc4samc5sam-carouselscan-plugin-ionic-cjpshoppyfit-toolresponsive-react-appreactnativelyrn-check-btnrn-circular-chartrn-horizontal-listreact_native_pandey_marqueern-adyen-dropinrn-keyboard-avoiding-viewrn-my-libraryrn-pay-sdksuperset-plugin-chart-hello-world2supercluster-googlemaps-adapter-clonestechfox-icontechfox-react-feathersportscale-wifi-connectsparse-setsticky-scroll-catchseperate-reporenu-packreact-native-wtfreact-native-version-appreact-native-withframework-checksemantic-release-gitmoji-actiontestapa
2.0.0

6 years ago

1.0.0

8 years ago