PowerShell Regular Expressions

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • This video explains how to use regular expressions in PowerShell.
    A regular expression defines a pattern that can be matched against input text. This video demonstrates how to use regular expressions with the PowerShell -match, -replace, and -split operators.
    PowerShell regular expressions are documented here:
    learn.microsof...
    Here's a useful quick reference for PowerShell (and .NET) regular expressions:
    learn.microsof...

КОМЕНТАРІ • 2

  • @NoDoubt-ChillOut
    @NoDoubt-ChillOut 11 місяців тому

    I have followed the entire PowerShell series. I like how it pedagogically follows the object-oriented approach in programming. The channel could be said to be underrated ;)

    • @niklasborson5790
      @niklasborson5790  11 місяців тому

      Thank you so much! I'm glad you found it helpful 😃