6.0.0 • Published 2 years ago

string-length v6.0.0

Weekly downloads
12,737,620
License
MIT
Repository
github
Last release
2 years 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_mod@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_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgp149-tablesklif-uireact-native-jawwy_samplegriffin-ui-librarynebula-http-resiliencycomposizetbg-foundation-clitailwind-vector-effectsyncbackbasestest-library-123test-haptik-libwonder-jest-cliwontbreakwebchewoven-challenge-deploywrkflowwifi_configuration_packageteapackage-tatespoorman297superset-plugin-chart-hello-world2supercluster-googlemaps-adapter-clonesstanikionespotify-ds-sestp-cdktestapatest-zeo-collecttestnpm_lmnsvelte-component-libtext-based-game-enginevtexsayvision-camera-plugin-face-detectorvision-camera-plugin-scan-facesvision-camera-base64-resizedux-lintvantiq-reactvue-axios-restvsay@dormammuuuuu/json-helper@dnorio/jest@donapot/mylibtest@dskdavid/flash_cli@cryptocode99/token-lists@cs6/react-native-test-native-view-library@con-test/react-native-concent-common@damruravihara/react-native-testing-package@cute-apocalypse/react-tree@corelmax/react-native-my2c2p-sdk@blueberry_muffins/email_library@rps-engine/core
6.0.0

2 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.2

4 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.0

8 years ago

1.0.1

10 years ago

1.0.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago