Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<id>タイトルにあるように、たとえば、コンテンツに数字のみが含まれている場合はサブパターン名が割り当てられ、それ以外の場合は(文字または文字)、文字列に適用される正規表現の2つの異なるサブパターンを一致させる方法について考え始めました。+番号)として割り当てられ<action>ます。コンテキストは、私が作成しているPHPルータークラスです。
<id>
<action>
これは、単語を含むアクションを照合するために使用される条件の一部です。
(?P<action>[\w]+)
何か案は?