Detecting Text Patterns with PowerShell Regular Expressions

แชร์
ฝัง

ความคิดเห็น • 8

  • @WindosNZ
    @WindosNZ 5 ปีที่แล้ว +1

    Loving the editing work, Trevor, nice one!

  • @AevnsGrandpa
    @AevnsGrandpa 5 ปีที่แล้ว +1

    Good tutorial and I also noted the reel of PLA in the background....hello fellow 3D printer!

  • @drgr33nUK
    @drgr33nUK 11 หลายเดือนก่อน

    The issue I'm having using power shell is that I don't seem to be able to use replace while mixing named groups and variables. I can have one or the other, but not both.

    • @TrevorSullivan
      @TrevorSullivan  11 หลายเดือนก่อน

      It depends what type of quotes you're using. If you use single quotes, variables aren't expanded. If you use double quotes, variable expansion works. However, you need to keep in mind any special characters that might interrupt the regex engine, like the dollar sign.

    • @drgr33nUK
      @drgr33nUK 11 หลายเดือนก่อน

      @@TrevorSullivan I've tried single and double quotes and all sorts. It works if I run the code for a single line, but not if I parse a file using Get-Content.

  • @davideldridge204
    @davideldridge204 3 ปีที่แล้ว

    What do you use when creating your video that moves your webcam video from fullscreen to a smaller screen down in the right hand corner?

  • @aniketkamble6935
    @aniketkamble6935 3 ปีที่แล้ว

    + sign is not been used it's give error in string