Skip to content

String package provides functionality to generate a fake string value.

License

Notifications You must be signed in to change notification settings

faker-javascript/string

Repository files navigation

String

String package provides functionality to generate a fake string value.

Version node-current License

Install

npm

npm install @fakerjs/string --save-dev

yarn

yarn add @fakerjs/string -D

Usage

import string from '@fakerjs/string';

string();
//=> 3Kekravwvb78vP9CQPP1vaRCgi4dZETOktxzf8pF5gufFqh8mOICMqjRP4y8UxoI

string({length: 10});
//=> FxvqHNFNUu

string({length: 10, keyspace: '#@$%&+='});
//=> $+#%#&$$=@

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko