mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
497 B
497 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| `Str::mask()` lets you mask a portion of a string with a character (e.g. *) | 1596508370952855553 | weekly-thread-2022-35 | PovilasKorop |
|
2022-11-26T14:17:11+00:00 | strmask-lets-you-mask-a-portion-of-a-string-with-a-character-eg |
Laravel tip. From Laravel 8.69, there's a "Str::mask()" method which masks a portion of the string with a repeated character like "*".