3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sanitize_style_input( $style ){ $style = str_replace("'", "", $style); $clean_style = preg_replace('/[^a-zA-Z0-9.:;\- #\\\,\\\(\\\)%]/i', '', $style ); return $clean_style; } echo sanitize_style_input( "#000000;" );

preferences:
40.19 ms | 402 KiB | 5 Q