3v4l.org

run code in 500+ PHP versions simultaneously
<?php $re = '/[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}/ui'; $str = "<a href='https://gisp.gov.ru/bpm/service/CS22/request/2b9abf95-ca3e-4570-88b1-4e0914b38e2c' target='_blank'>1875/А/23/2026</a>"; preg_match($re, $str, $matches); // Print the entire match result var_dump($matches[0]);
Output for git.master, git.master_jit
string(36) "2b9abf95-ca3e-4570-88b1-4e0914b38e2c"

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
36.81 ms | 780 KiB | 4 Q