PowerShell -match operator and multiple groups

前端 未结 5 1623
南笙
南笙 2021-02-20 01:28

I have the following log entry that I am processing in PowerShell I\'m trying to extract all the activity names and durations using the -match operator but I am onl

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-20 01:52

    You can include Regular Expression Options in an expression, but sadly, Global does not appear to be one of the available options.

提交回复
热议问题