We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a684 commit ff0a923Copy full SHA for ff0a923
components/string.rst
@@ -211,7 +211,7 @@ Methods to Change Case
211
The methods of all string classes are case-sensitive by default. You can perform
212
case-insensitive operations with the ``ignoreCase()`` method::
213
214
- u('abc')->indexOf('B'); // null
+ u('abc')->indexOf('B'); // null
215
u('abc')->ignoreCase()->indexOf('B'); // 1
216
217
Methods to Append and Prepend
0 commit comments