in reply to Re: joining string content
in thread joining string content
is this not also possible
$string = $q->param("us1"); # this is what entered +book +dog +cat print join(',', $string), "\n";
# Output "+book", "+dog", "+cat"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: joining string content
by Corion (Patriarch) on Jun 24, 2025 at 09:22 UTC | |
by joyfedl (Acolyte) on Jun 24, 2025 at 12:53 UTC | |
by Corion (Patriarch) on Jun 24, 2025 at 13:10 UTC | |
by joyfedl (Acolyte) on Jun 24, 2025 at 13:23 UTC | |
by tybalt89 (Monsignor) on Jun 24, 2025 at 15:09 UTC | |
by joyfedl (Acolyte) on Jun 24, 2025 at 15:14 UTC |