Skip to content

Commit

Permalink
Include asterisk behaviour to bothify (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizoxxv authored Dec 2, 2024
1 parent 9c51c2e commit 20ee202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/formatters/numbers-and-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ echo $faker->lexify('id-????');

## `bothify`

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

```php
echo $faker->bothify();
Expand Down

0 comments on commit 20ee202

Please sign in to comment.