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 the call, format, increment, decrement, and join operators, along with the new ternary, null
-coalescing, pipeline chain, and background operators.
Chapter 6, Conditional Statements and Loops, explores how to test and react to values and how to make use of loops in PowerShell.
Learn more on Discord
Read this book alongside other users, PowerShell experts, and the author himself. Ask questions, provide solutions to other readers, chat with the author via Ask Me Anything sessions, and much more.
Scan the QR...