<?php $matches = []; preg_match_all("/%\w/", "%s %d", $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.