mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
350 B
350 B
id | title |
---|---|
7111d9dd-fafe-4197-a73e-9f8fbca7f9c8 | reverse() |
Description
Flips the order of the string contents.
Syntax
use function Symfony\Component\String\u;
u('aeiou')->containsAny('a'); // true
u('aeiou')->containsAny(['ab', 'efg']); // false
u('aeiou')->containsAny(['eio', 'foo', 'z']); // true