<?php var_dump(preg_match('~^(' . preg_quote('hello\#world', '~') . ')\z~', 'hello#world'));
You have javascript disabled. You will not be able to edit any code.