You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: strings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,7 +559,7 @@ The `Str::isUrl` method determines if the given string is a valid URL:
559
559
560
560
// false
561
561
562
-
The `isUrl` method considers a wide range of protocols as valid. However, you may specify the only protocols that should be considered valid by providing them to the `isUrl` method:
562
+
The `isUrl` method considers a wide range of protocols as valid. However, you may specify the protocols that should be considered valid by providing them to the `isUrl` method:
@@ -1762,7 +1762,7 @@ The `isUrl` method determines if a given string is a URL:
1762
1762
1763
1763
// false
1764
1764
1765
-
The `isUrl` method considers a wide range of protocols as valid. However, you may specify the only protocols that should be considered valid by providing them to the `isUrl` method:
1765
+
The `isUrl` method considers a wide range of protocols as valid. However, you may specify the protocols that should be considered valid by providing them to the `isUrl` method:
0 commit comments