6.0.0 • Published 11 months ago

string-length v6.0.0

Weekly downloads
12,737,620
License
MIT
Repository
github
Last release
11 months ago

string-length

Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

String#length erroneously counts astral symbols as two characters.

Install

npm install string-length

Usage

import stringLength from 'string-length';

'🐴'.length;
//=> 2

stringLength('🐴');
//=> 1

stringLength('\u001B[1municorn\u001B[22m');
//=> 7

API

stringLength(string, options?)

options

Type: object

countAnsiEscapeCodes

Type: boolean\ Default: false

Whether ANSI escape codes should be counted. They are ignored by default.

Related

jest-watcher@jest/reportersjest-watch-typeaheadarchetype-libraryeasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-imagemangareader-dl@getholo/clispecify-importsbabel-specify-imports@icanpm/api-mastergenerator-ufadotnetreact-native-template-rfbaseairscanairscan-example@njmaeff/node-gen-cli@nghiepuit/sdk-builderbase-sdk-buildernghiepuit-build-toolsreact-native-esc-pos-sahaab@nghiepuit/react-build-tool@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationgenerator-surprisesaysnoopreact-native-covid-sdkgql_din_modbitget@olivervorasai/sliderreact-native-printer-brothersreact-native-shekhar-bridge-testgenerator-xhwilscanner@oiti/documentoscopy-react-native@mink-opn/build-tokensquoc-testreact-native-slider-kf@infinitebrahmanuniverse/nolb-string-@minisode/threddedplginexpand-react-bridgeluminos-ui-coresklif-ui-kitsklif-api@everything-registry/sub-chunk-2836jawwy-sdkjawwy_gamification_release@314oner_npm/universal-components-libraryreact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uireact-native-jawwy_samplereact-lightbox-pack-18supportreact-native-animate-textreact-native-android-video-player-viewreact-native-badge-controlreact-native-basic-appreact-native-basic-screenreact-native-bubble-chartreact-native-create-video-thumbnailreact-native-cplusdev-toolkitreact-native-build-vesion-getterreact-native-additionreact-native-arps-authorize-netreact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-bluetooth-device-detectreact-native-bleccs-componentsreact-native-biometric-authenticatereact-native-check-componentreact-native-chenaarreact-native-conekta-card-tokenizerreact-native-contact-listreact-native-components-designsembleserde_json_mainshshifterdskcorenewsindresorhus.jssimply-pub-subsnickes-micro-deves-react-bridgespawnmonemoji.cssepm-npm-tscstanikioneembrace-gulp-less-reporterstp-cdkreact-native-recent-framework-updatereact-native-reanimated-sortable-listreact-native-rom-components
6.0.0

11 months ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.2

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

7 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago