-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f328a33
commit 413372f
Showing
3 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,15 +34,14 @@ | |
|
||
|
||
dd( | ||
// $changeArrayKeys, | ||
// $removeArrayKeys, | ||
$changeArrayKeys, | ||
$removeArrayKeys, | ||
|
||
Str::convertArrayCase( | ||
data: $arrayCollection, | ||
value: 'lower' | ||
), | ||
|
||
Str::formatString('892892982982', 5), | ||
Str::snake('Peterso More'), | ||
Str::camel('peterson more'), | ||
Str::studly('peterson more'), | ||
|
@@ -54,8 +53,8 @@ | |
Str::randomWords(10), | ||
Str::mask('[email protected]', 2, 'left'), | ||
Str::shorten('【2023最新】香港郵政本地平郵郵費計算、基本郵費一覽', 20), | ||
Str::html('<span class="pul-text pul-text--bold smb-web-view-dynamic-list-item-title">google.com <script></script></span>'), | ||
Str::text('<span class="pul-text pul-text--bold smb-web-view-dynamic-list-item-title">google.com <script></script></span>'), | ||
Str::html('<span class="pul-text pul-text--bold smb-web-view-dynamic-list-item-title">lhkexpressvps.com <script></script></span>'), | ||
Str::text('<span class="pul-text pul-text--bold smb-web-view-dynamic-list-item-title">lhkexpressvps.com <script></script></span>'), | ||
Str::encrypt('hoping for more'), | ||
Str::decrypt('{"k":"dadb5dd1a0558257","e":"7ZMcZv6tALEVq4k7MHpJCQ==","s":"cUFmY0ZwRlpobVJ6bGxTYUJrVDdydz09"}'), | ||
Str::phone('+234 (90) 012-234'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters