3.0.0 • Published 4 years ago

split-on-first v3.0.0

Weekly downloads
3,671,041
License
MIT
Repository
github
Last release
4 years ago

split-on-first

Split a string on the first occurrence of a given separator

This is similar to String#split(), but that one splits on all the occurrences, not just the first one.

Install

$ npm install split-on-first

Usage

import splitOnFirst from 'split-on-first';

splitOnFirst('a-b-c', '-');
//=> ['a', 'b-c']

splitOnFirst('key:value:value2', ':');
//=> ['key', 'value:value2']

splitOnFirst('a---b---c', '---');
//=> ['a', 'b---c']

splitOnFirst('a-b-c', '+');
//=> []

splitOnFirst('abc', '');
//=> []

API

splitOnFirst(string, separator)

string

Type: string

The string to split.

separator

Type: string

The separator to split on.

Related

  • split-at - Split a string at one or more indices
query-stringkilli8n-react-native-fast-imagereact-native-template-rfbase@borisovart/atol-kkt-module@frxf/frxfdeneme323112@ntt_app/react-native-custom-notificationreact-native-covid-sdkreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutilswilscanner@everything-registry/sub-chunk-2807winx-form-winxvision-camera-plugin-scan-faces@con-test/react-native-concent-common@coveord/plasma-react@positionex/position-sdkjson-categorizejnf-accesscontrol-rnttl@purnasatria/directus-extension-document-interface@adnucoder/query-string@ajaykewat/myboilerplate@buganto/client128981semzub@minko-fe/postcss-pxtorem@danizean/cyberzonezona-xzubtesttoday@parallelnft/web3modal@hoang_ng/directus-extension-dependent-fields@ifanshx/cycgods@fusionstrings/query-string@louissoftware/query-string@navabi/react-native-ssl-pinning@enkeledi/react-native-week-month-date-picker@minko-fe/postcss-pxtoviewport@jfilipe-sparta/react-native-module_2@react-18-pdf/root@safely-project/safely-ts@saad27/react-native-bottom-tab-tour@redwerkz/capture-website-cli@rocket.chat/api-clientnative-date-picker-modulenpm_qwertynpm_one_12_34_1_npm_one_1_2_3npm_one_2_2nvm-global-installspayutestingreact-native-dsphoto-modulereact-native-custom-poccomponentreact-native-create-video-thumbnailreact-native-cplusreact-native-modal-progress-barreact-native-is7reac-native-arun-ramya-testrn-circular-chartrn-adyen-dropinrn-tm-notifyrn-session-multiplier-demoreact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-bubble-chartreact-native-badge-controlreact-native-biometric-authenticatereact-native-my-first-try-arun-ramyareact-native-payu-payment-testingreact-native-meon-edocreact-native-jsi-device-inforeact-native-teads-sdk-modulereact-native-syan-photo-pickerreact-native-sunmi-printer-hkreact-native-video-typoreact-native-transtracker-libraryreact-native-test-module-hhhreact-native-sayhello-modulereact-native-pool-corereact-native-ytximkitnpm-custom-lib-resueraact-native-arunramya151query2stringquery-string-iequery-string-esmqs-es5rnttlockreact-native-xprinter-thermal-blereact-picky-with-clearreact-vaporshowgalleryshirin-common-packagereact-native-template-vifeglobal_components_assignmenthttp-query-stringhubot-budaluojia-cli-devloading-animatedmavectra
3.0.0

4 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago