Skip to content

Commit 20ee202

Browse files
authored
Include asterisk behaviour to bothify (#104)
1 parent 9c51c2e commit 20ee202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/formatters/numbers-and-strings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ echo $faker->lexify('id-????');
207207

208208
## `bothify`
209209

210-
Generate a string where `?` characters are replaced with a random letter, and `#` characters are replaces with a random
211-
digit between 0 and 9. By default, `## ??` is used as input.
210+
Generate a string where `?` characters are replaced with a random letter, `#` characters are replaced with a random
211+
digit between 0 and 9, and `*` characters are replaced with either a random letter or a random digit. By default, `## ??` is used as input.
212212

213213
```php
214214
echo $faker->bothify();

0 commit comments

Comments
 (0)