<?php $string="Style Name: Something with colorfull"; preg_match('/(?<=Style Name: )\S+/i', $string, $match); echo $match[0]; ?>
You have javascript disabled. You will not be able to edit any code.