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
minor #12790 Fix UnicodeString::before() example (jdreesen)
This PR was merged into the 5.0 branch.
Discussion
----------
Fix `UnicodeString::before()` example
If I'm not mistaken, the result of `u('hello world')->before('o');` would be `'hell'` instead of `'hell '`.
Commits
-------
9322a00 Fix output of before() example
0 commit comments