English 中文(简体)
标签:的问答
错误结果
原文:wrong result regexp

Here is my string: /index.php?option=com_podstrony&id=1 and I want to get from it "com_podstrony" here is my regexp: /^/*index.php?option=(.*)+&.*$/ but result is wrong: option=...

热门标签