Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff0a923

Browse filesBrowse files
authored
Remove superfluous space
1 parent 9d3a684 commit ff0a923
Copy full SHA for ff0a923

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/string.rst

Copy file name to clipboardExpand all lines: components/string.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Methods to Change Case
211211
The methods of all string classes are case-sensitive by default. You can perform
212212
case-insensitive operations with the ``ignoreCase()`` method::
213213

214-
u('abc')->indexOf('B'); // null
214+
u('abc')->indexOf('B'); // null
215215
u('abc')->ignoreCase()->indexOf('B'); // 1
216216

217217
Methods to Append and Prepend

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.