PowerShell Quick Tips : RegEx Regular Expressions

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • Quick tips in PowerShell. In this video ill be going over how to use RegEx or Regular Expressions in powershell
    Website for regular expressions:
    regexr.com/
    Twitch: / jackedprogrammer
    Tags:
    PowerShell
    GUI
    Programming
    Scripting
    Automating
    JackedProgrammer
    Coding
  • НаукаНаука

Комментарии • 12

  • @elypelowski5670
    @elypelowski5670 10 месяцев назад +7

    Yes. Please more RegEx videos. RegEx is very powerful but can be confusing and daunting to develop and implement.

  • @ulroxvladtepes4023
    @ulroxvladtepes4023 17 дней назад

    My experience with programming with powershell. There's a lot of sad situations wherein regex can be a substitute for getting the correct data into a different function. Regex is highly functional with powershell, so kudos to you on making this.

  • @Pos44Dami
    @Pos44Dami 3 месяца назад +1

    thats very clean, i really like your switch case !! that's pretty usefull

  • @user-yy6ph2lu9o
    @user-yy6ph2lu9o 10 месяцев назад +1

    Amazing video, I was always confused about regex, and now I feel I can use it!!! BEST tutorial channel!!! Thank you very much

  • @sunilkumar1003
    @sunilkumar1003 10 месяцев назад +1

    Great video, thank you. I would like to see a detailed video on Regex classes and its implementation.

  • @recepozturk89
    @recepozturk89 10 месяцев назад

    you are fabulous, please continue to do that by making new videos...

  • @notoriousft
    @notoriousft 10 месяцев назад +2

    Which version of Powershell VsCode are you using my setup doesn't highlight the pattern with Select-String. Thanks for the video.

    • @ianstewart1188
      @ianstewart1188 10 месяцев назад +1

      You need Powershell 7 to be install to get the highlighter to work...

  • @rmacfarland1
    @rmacfarland1 7 месяцев назад

    How would I do the following? Search a txt file for wildcard keywords (for example dog*) and if that keyword is found output that keyword into another txt file. I can get it working but it outputs the whole sentence but I only want the one keyword.

  • @khanh8524
    @khanh8524 10 месяцев назад

    Can you make a video using api with powershell? Example import a CSV with user name api to search for users and if they have a active connection log them off.

  • @1TotalNoob
    @1TotalNoob 10 месяцев назад

    Need a regex for dummies video, please!