I have a string we will call size. It may contain several possible values.
ex:
$size = "Twin 60x74";
or
$size = "Queen 60x80"
There will always be an x between the two numbers.
I need the two numbers into two separate strings.
Any help is appreciated.