Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I am a starter in regex patterns. Would be great if you could explain the pattern that is used in your answer..... "(?:GPOName="")([^""]+)(?="")" Commented Jul 7, 2017 at 7:21
  • @MithileshIndurkar You can see the explanation here: regex101.com/r/HKwCIA/1 Also, If you want to practice regex, this is the best site available :) Commented Jul 7, 2017 at 7:24
  • @Kira , thank you for the answer and the detailed explanation! This is very valuable info. I went with Mithilesh's answer as I think it made the most sense in this scenario. Thank you! Commented Jul 7, 2017 at 13:22