<?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]);
You have javascript disabled. You will not be able to edit any code.