From 20ee2023a806767b19852b722f3ede9a00caec0f Mon Sep 17 00:00:00 2001 From: Gustavo Oliveira Date: Mon, 2 Dec 2024 14:43:51 -0500 Subject: [PATCH] Include asterisk behaviour to bothify (#104) --- docs/formatters/numbers-and-strings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatters/numbers-and-strings.md b/docs/formatters/numbers-and-strings.md index f6f8783..66a07e9 100644 --- a/docs/formatters/numbers-and-strings.md +++ b/docs/formatters/numbers-and-strings.md @@ -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();