Strings go Asplodey
by in CodeSOD on 2024-09-05Anton has the joy of doing PHP work using one of the more popular e-commerce platforms.
Now, say what you will about PHP, its absolute mess of a root namespace has a function or class for just about everything. You want to split a string? We call that explode
because that's way more radical than split
. Want to join a string back together? We use implode
, because that's the opposite of explode
.