<?php preg_match('#/\K[a-zA-Z0-9_-]+\.html$#', 'https://example.com.ua/part1/part2/part3/product-123.html', $match); echo $match[0];
You have javascript disabled. You will not be able to edit any code.