diff options
| author | Iaroslav Popov <[email protected]> | 2017-11-23 17:10:59 +0100 |
|---|---|---|
| committer | Iaroslav Popov <[email protected]> | 2017-11-23 17:10:59 +0100 |
| commit | 2bea5ca58e919c693bb9b6718c070b8b9244ffff (patch) | |
| tree | d875b1ff87412ab1705ba24a158947eb6d8fe502 /lib | |
| parent | 496c81d2422ab5fd20dcb52dfc9dd22bdb773613 (diff) | |
| download | faker-2bea5ca58e919c693bb9b6718c070b8b9244ffff.tar.xz faker-2bea5ca58e919c693bb9b6718c070b8b9244ffff.zip | |
Doc for replaceSymbols extended
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/helpers.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/helpers.js b/lib/helpers.js index 19a29665..a8641bd9 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -54,7 +54,8 @@ var Helpers = function (faker) { }; /** - * parses string for symbols (numbers or letters) and replaces them appropriately + * parses string for symbols (numbers or letters) and replaces them appropriately (# will be replaced with number, + * ? with letter and * will be replaced with number or letter) * * @method faker.helpers.replaceSymbols * @param {string} string |
