aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIaroslav Popov <[email protected]>2017-11-23 17:10:59 +0100
committerIaroslav Popov <[email protected]>2017-11-23 17:10:59 +0100
commit2bea5ca58e919c693bb9b6718c070b8b9244ffff (patch)
treed875b1ff87412ab1705ba24a158947eb6d8fe502 /lib
parent496c81d2422ab5fd20dcb52dfc9dd22bdb773613 (diff)
downloadfaker-2bea5ca58e919c693bb9b6718c070b8b9244ffff.tar.xz
faker-2bea5ca58e919c693bb9b6718c070b8b9244ffff.zip
Doc for replaceSymbols extended
Diffstat (limited to 'lib')
-rw-r--r--lib/helpers.js3
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