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 9322a00Copy full SHA for 9322a00
components/string.rst
@@ -238,7 +238,7 @@ Methods to Append and Prepend
238
239
// returns the contents found before/after the first occurrence of the given string
240
u('hello world')->before('world'); // 'hello '
241
- u('hello world')->before('o'); // 'hell '
+ u('hello world')->before('o'); // 'hell'
242
u('hello world')->before('o', true); // 'hello'
243
244
u('hello world')->after('hello'); // ' world'
0 commit comments