mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
367 B
367 B
date | id | title |
---|---|---|
2020-11-16 | 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