Regular-expression-based operators

Regular expressions are an advanced form of pattern matching. In PowerShell, a number of operators have direct support for regular expressions. Regular expressions themselves are covered in greater detail in Chapter 10, Regular Expressions.

The following operators use regular expressions:

  • Match: -match
  • Not match: -notmatch
  • Replace: -replace
  • Split: -split
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.149.249.252