I\'m trying to get the string hello world.
hello world
This is what I\'ve got so far:
$file = \"1232#hello world#\"; preg_match(\"#1232\\#(.*)\\##\
preg_match('/1232#(.*)#$/', $file, $match);