1.1.3 • Published 7 months ago

sprintf-js v1.1.3

Weekly downloads
23,521,875
License
BSD-3-Clause
Repository
github
Last release
7 months ago

sprintf-js

Build Status NPM Version Dependency Status devDependency Status

sprintf-js is a complete open source JavaScript sprintf implementation for the browser and Node.js.

Note: as of v1.1.1 you might need some polyfills for older environments. See Support section below.

Usage

var sprintf = require('sprintf-js').sprintf,
    vsprintf = require('sprintf-js').vsprintf

sprintf('%2$s %3$s a %1$s', 'cracker', 'Polly', 'wants')
vsprintf('The first 4 letters of the english alphabet are: %s, %s, %s and %s', ['a', 'b', 'c', 'd'])

Installation

NPM

npm install sprintf-js

Bower

bower install sprintf

API

sprintf

Returns a formatted string:

string sprintf(string format, mixed arg1?, mixed arg2?, ...)

vsprintf

Same as sprintf except it takes an array of arguments, rather than a variable number of arguments:

string vsprintf(string format, array arguments?)

Format specification

The placeholders in the format string are marked by % and are followed by one or more of these elements, in this order:

  • An optional number followed by a $ sign that selects which argument index to use for the value. If not specified, arguments will be placed in the same order as the placeholders in the input string.
  • An optional + sign that forces to precede the result with a plus or minus sign on numeric values. By default, only the - sign is used on negative numbers.
  • An optional padding specifier that says what character to use for padding (if specified). Possible values are 0 or any other character preceded by a ' (single quote). The default is to pad with spaces.
  • An optional - sign, that causes sprintf to left-align the result of this placeholder. The default is to right-align the result.
  • An optional number, that says how many characters the result should have. If the value to be returned is shorter than this number, the result will be padded. When used with the j (JSON) type specifier, the padding length specifies the tab size used for indentation.
  • An optional precision modifier, consisting of a . (dot) followed by a number, that says how many digits should be displayed for floating point numbers. When used with the g type specifier, it specifies the number of significant digits. When used on a string, it causes the result to be truncated.
  • A type specifier that can be any of:
    • % — yields a literal % character
    • b — yields an integer as a binary number
    • c — yields an integer as the character with that ASCII value
    • d or i — yields an integer as a signed decimal number
    • e — yields a float using scientific notation
    • u — yields an integer as an unsigned decimal number
    • f — yields a float as is; see notes on precision above
    • g — yields a float as is; see notes on precision above
    • o — yields an integer as an octal number
    • s — yields a string as is
    • t — yields true or false
    • T — yields the type of the argument1
    • v — yields the primitive value of the specified argument
    • x — yields an integer as a hexadecimal number (lower-case)
    • X — yields an integer as a hexadecimal number (upper-case)
    • j — yields a JavaScript object or array as a JSON encoded string

Features

Argument swapping

You can also swap the arguments. That is, the order of the placeholders doesn't have to match the order of the arguments. You can do that by simply indicating in the format string which arguments the placeholders refer to:

sprintf('%2$s %3$s a %1$s', 'cracker', 'Polly', 'wants')

And, of course, you can repeat the placeholders without having to increase the number of arguments.

Named arguments

Format strings may contain replacement fields rather than positional placeholders. Instead of referring to a certain argument, you can now refer to a certain key within an object. Replacement fields are surrounded by rounded parentheses - ( and ) - and begin with a keyword that refers to a key:

var user = {
    name: 'Dolly',
}
sprintf('Hello %(name)s', user) // Hello Dolly

Keywords in replacement fields can be optionally followed by any number of keywords or indexes:

var users = [
    {name: 'Dolly'},
    {name: 'Molly'},
    {name: 'Polly'},
]
sprintf('Hello %(users[0].name)s, %(users[1].name)s and %(users[2].name)s', {users: users}) // Hello Dolly, Molly and Polly

Note: mixing positional and named placeholders is not (yet) supported

Computed values

You can pass in a function as a dynamic value and it will be invoked (with no arguments) in order to compute the value on the fly.

sprintf('Current date and time: %s', function() { return new Date().toString() })

AngularJS

You can use sprintf and vsprintf (also aliased as fmt and vfmt respectively) in your AngularJS projects. See demo/.

Support

Node.js

sprintf-js runs in all active Node versions (4.x+).

Browser

sprintf-js should work in all modern browsers. As of v1.1.1, you might need polyfills for the following:

  • String.prototype.repeat() (any IE)
  • Array.isArray() (IE < 9)
  • Object.create() (IE < 9)

YMMV

License

sprintf-js is licensed under the terms of the BSD 3-Clause License.

Notes

1 sprintf doesn't use the typeof operator. As such, the value null is a null, an array is an array (not an object), a date value is a date etc.

underscore.stringcodelyzer@aponica/mysqlgoose-jsyubo-app@huyhpham/rn-linearchetype-librarycomposer-common@atomist/sdm@atomist/sdm-localeasy-select-rnvuedragdropuploadimagesreact-native-bluetooth2killi8n-react-native-fast-imagenode-rfmpipihometowa-servicesrn-send-smsmortgage-hub-component-libraryspecify-importsbabel-specify-imports@icanpm/api-master@zzappie/bigchaindb-drivergew-nodejs-api-client@arisageha/react-lazyload@arisageha/react-lazyload-fix@oneplanetcrowd/developers@cashremit/cr-streamline-icons@almeidaa/ms@scoop/cli-utilshalo-api-jshalo-clientreact-native-template-rfbasecloud-archive-s3@rappopo/cuk-cliairscanairscan-exampletimum-bookingbb-chatabapabap-ui-toolsrfmcallreact-native-esc-pos-sahaab@borisovart/atol-kkt-module@frxf/frxfinsync-stageplayerreact-native-popcountdowndeneme323112@fundefund/funde_ck@ntt_app/react-native-custom-notificationgitlab-pull-webhookreact-native-custom-text-hwjames@giangmv/nuxt-generatoresavergoogle-login-testerreact-native-covid-sdkgql_din_modnoresca-tools-dev444jamcmdbitgetcaptweetko-editorafryxiconsioc-registryreact-native-thanh-toast-librarymutasi-bcarb-daobolto@jttechnic/interpreter@thanhnguyen14797/react-native-thanh-toast-librarywebpack-app-registrytwing-translationcthpb-plugin-socialwolfy01-corporal@olivervorasai/sliderjson-schema-form-controllermysql-formatpdxdeploy-v3.1.3react-native-printer-brothersrn-pdf-reader-offlineyundangdang_utilsdsloxone@newhorizon-tech/dd-npm-package-templatereact-native-shekhar-bridge-testcogoportutilsukor-remasteruncoded-connectstrapi-plugin-filerobot3@dometag/utils@reversodev/oceanic-fleetfxtradewilscanner@oiti/documentoscopy-react-native@respondea/cordova-plugin-v-inappbrowser@mink-opn/build-tokensquoc-testreact-native-slider-kfone-indexunblock-block-save-variablesgreenhat-blogger@infinitebrahmanuniverse/nolb-spr
1.1.3

7 months ago

1.1.2

5 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

0.0.7

11 years ago