To test your regular expressions, seehttp://regexlib.com/RETester.aspx supported unicode categories For named character set blocks (e.g., Cyrillic), search for "supported named blocks" in the MSDN Library. regular expression operations Class:System.Text.RegularExpressions.Regex Pattern matching with...
Posted in PowerShell | Tagged Get-View, negative lookahead assertion, PowerCLI, PowerShell regular expressions, quick tip | Leave a reply Case-insensitive Select-Xml Posted on February 9, 2014 3 PowerShell is not case sensitive (most of the time). There are two situation when it is: ...
exp)Zero-width negative lookahead(?<=exp)Zero-width positive lookbehind(?<!exp)Zero-width negativ...