<?php $text = 'class="s--e'; preg_match('~(class="(?:[^&]*\s)?)--e~sU', $text, $match); var_dump($match);
You have javascript disabled. You will not be able to edit any code.