3.0.0 • Published 3 years ago

split-on-first v3.0.0

Weekly downloads
3,671,041
License
MIT
Repository
github
Last release
3 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-testcogoportutilswilscannerreact-vapor@everything-registry/sub-chunk-2807@314oner_npm/universal-components-libraryconstellation-frontendcyberzonecycgodscustomised-color-plugindirectus-extension-filepreview-interface-sbndirectus-extension-delete-users-with-filesdirectus-extension-layout-boilerplateexpo-renavigateenefti-galeridynamics-contracts-xgassefalsgassefals-2gaurav-react-native-loopglobal_components_assignmentmavectraluojia-cli-devhubot-budanative-date-picker-modulenpm-custom-lib-resuenpm_qwertynpm_one_12_34_1_npm_one_1_2_3npm_one_2_2nvm-global-installspayutestingshirin-common-packagereact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-badge-controlreact-native-bubble-chartreact-native-transtracker-libraryreact-native-video-typoreact-picky-with-clearquery-string-esmquery-string-ieqs-es5rn-circular-chartreact-native-is7react-native-jsi-device-inforeact-native-pool-corereact-native-sayhello-modulereact-native-biometric-authenticatereact-native-dsphoto-modulereact-native-create-video-thumbnailreact-native-cplusreact-native-ytximkitreact-native-xprinter-thermal-blereact-native-syan-photo-pickerreact-native-modal-progress-barreact-native-payu-payment-testingreact-native-my-first-try-arun-ramyareact-native-meon-edocreact-native-template-vifereact-native-test-module-hhhreact-native-teads-sdk-moduleraact-native-arunramya151query2stringreac-native-arun-ramya-testrn-adyen-dropinrn-session-multiplier-demorn-tm-notify@positionex/position-sdk@navabi/react-native-ssl-pinning@purnasatria/directus-extension-document-interfacevision-camera-plugin-scan-faces@ifanshx/cycgods@enkeledi/react-native-week-month-date-picker@jfilipe-sparta/react-native-module_2@fusionstrings/query-stringcandlelabssdk@louissoftware/query-stringcapture-website-cli@danizean/cyberzoneastra-ufo-sdk@coveord/plasma-reactalisselisss-lab3@react-18-pdf/root@redwerkz/capture-website-cli@taingo97/react-native-expo-key-rsa-kt@taingo97/react-native-expo-rsa@taingo97/react-native-rsa@taingo97/react-native-telpo-printer@saad27/react-native-bottom-tab-tour
3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago