I have a variable called, $content_h_pixel.

It look like this in a heredoc..
$content_h_pixelpx
How can I seperate "px" from the variable? (remember this is in a heredoc)


Thank you.