[ create a new paste ] login | about

Link: http://codepad.org/PIjKsc9F    [ raw code | output | fork ]

PHP, pasted on Feb 14:
1
2
<?php
var_dump(preg_replace("@[/\\\]@", "", "h///e/ll\\o\\//\\"));


Output:
1
string(5) "hello"


Create a new paste based on this one


Comments: