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.
以下の非常に単純な文字列の正規表現を見つけようとしています。
そして、私はそれを行う方法がわかりません。
検討:
A.B.C.MSI_AlphaName C.D.E.MSI_AlphaName_1 X.Y.Z.MSI_AlphaName_2 ... MSI_AlphaName_99
等々。抽出する必要があるとすれば、これの正規表現は何でしょうAlphaNameか?
AlphaName
私が試してみました:
.+\.MSI_(.+)(?:_\d+)?