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 caeb828 commit d30c061Copy full SHA for d30c061
user_guide_src/source/helpers/text_helper/009.php
@@ -1,4 +1,4 @@
1
<?php
2
3
$string = 'Fred, Bill,, Joe, Jimmy';
4
-$string = reduce_multiples($string, ','); // results in "Fred, Bill, Joe, Jimmy"
+$string = reduce_multiples($string); // results in "Fred, Bill, Joe, Jimmy"
0 commit comments