<?php mb_regex_encoding("UTF-8"); mb_ereg('(?<year>\d+)-(?<month>\d+)-(?<day>\d+)', '2018-12-31', $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.