Regex: desen 0 veya daha fazla özel karakter içeriyor

0 Cevap php

Bu sözdizimi bir kelime anahtar ile bir dizi döndürür.

(?<item>\w+)  

ex. $ Dizi ['item']



I want the return value in this form but I want to search for a word that may or may not contain parentheses (with values in between).

"hello"
or
"hello(some text and line breaks)"



What is the syntax for this?

0 Cevap