`Str::mask()` lets you mask a portion of a string with a character (e.g. *)
- ·
- Telegram
- ·
- Newsletter
Laravel tip. From Laravel 8.69, there's a "Str::mask()" method which masks a portion of the string with a repeated character like "*".