“PHP regex non -захватывающая группа” Ответ

PHP regex non -захватывающая группа

(?:yourgrouphere)
Relieved Raccoon

Рефекс PHP названные группы

It is possible to name a subpattern using the syntax (?P<name>pattern).
This subpattern will then be indexed in the matches array by its normal
numeric position and also by name. PHP 5.2.2 introduced two alternative
syntaxes (?<name>pattern) and (?'name'pattern).
P. Tune

Ответы похожие на “PHP regex non -захватывающая группа”

Вопросы похожие на “PHP regex non -захватывающая группа”

Больше похожих ответов на “PHP regex non -захватывающая группа” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования