Summary
This chapter covered many of the operators PowerShell has to offer, including operators for performing arithmetic, assignment, and comparison.Several specialized operators that use regular expressions were introduced for matching, replacing, and splitting. Regular expressions are explored in Chapter 9, Regular Expressions. Binary, logical, and type operators were demonstrated.Finally, several other significant operators were introduced, including call, format, increment, decrement, and the join operator, along with the new ternary, null-coalescing, pipeline chain, and background operators.In Chapter 6, Conditional Statements and Loops, explores how to test and react to values and how to make use of loops in PowerShell