A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sindresorhus/indent-string below:

sindresorhus/indent-string: Indent each line in a string

Indent each line in a string

$ npm install indent-string
import indentString from 'indent-string';

indentString('Unicorns\nRainbows', 4);
//=> '    Unicorns\n    Rainbows'

indentString('Unicorns\nRainbows', 4, {indent: '♥'});
//=> '♥♥♥♥Unicorns\n♥♥♥♥Rainbows'
indentString(string, count?, options?)

Type: string

The string to indent.

Type: number
Default: 1

How many times you want options.indent repeated.

Type: object

Type: string
Default: ' '

The string to use for the indent.

Type: boolean
Default: false

Also indent empty lines.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4