How to Find ANYTHING in your Stash, with RegEx!

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

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

  • @irBennful
    @irBennful 17 дней назад +6

    Instructions unclear, accidentally hacked GGG and got banned

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

      Shit. Did you type in nosliw sirhc again?

  • @kitsand
    @kitsand 17 дней назад +1

    Cool stuff. I can't seem to escape RegEx.

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

      There is a lot about this game that reminds me of work sometimes...

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

    Well explained! Do you have any experience teaching?

    • @FswithFarham
      @FswithFarham  16 дней назад

      Only training work people to do similar things.

  • @LuqaslncredibIe
    @LuqaslncredibIe 14 дней назад

    I noticed I am using * instead of + in my strings for pretty much ever. Is there much of a difference? Did test some strings and they seem somewhat interchangeable

    • @FswithFarham
      @FswithFarham  14 дней назад

      I literally just went on the Microsoft .net learn site to find out... I am not clear, I think the fact we can use a + there "might" be a PoE2 special? If it becomes clear I'll let you know.

    • @LuqaslncredibIe
      @LuqaslncredibIe 13 дней назад

      @@FswithFarham What we found out, is that + requires the character to come once at least before the next input. so q.+ant would not work, because a comes directly after the u that is replaced by a ".". If it was q.+nt it would work because there are 2 inbetween. * just puts the minimum repeats to 0 instead of 1.
      HOWEVER. I could not confirm this ingame. Both seem to work either way.
      In short. They are more or less interchangable in 99.9% of situations. Havent found any that does not work
      Also. I currently am working on a video where I talk about regex also. Would u mind if I do put a short clip of this video in and link it in the description? Was about to make a full video on regex but there really is not much to add here :D

    • @FswithFarham
      @FswithFarham  13 дней назад

      @@LuqaslncredibIe Sure sounds good to me, feel free to clip something from my video if you'd like.
      Thanks for the detailed reply there, I was absolutely not expecting that this morning! :D

  • @PaulHenkiel
    @PaulHenkiel 16 дней назад

    Regular expressions? I have not played POE in over three years. I am tempted to reinstall it just to sort my stuff :) Found your channel from Deep Rock Galactic: Survivor.

    • @FswithFarham
      @FswithFarham  15 дней назад

      Almost RegEx, RegEx lite. Is kind of nerdy fun to get them working though :D

  • @TranscendentKillTK
    @TranscendentKillTK 10 дней назад

    This is exactly what I needed to find item levels and certain stats above a threshold

    • @FswithFarham
      @FswithFarham  10 дней назад

      Stash management is the real game in PoE.

    • @TranscendentKillTK
      @TranscendentKillTK 10 дней назад

      @@FswithFarhamforeal! Any idea for an ice strike double herald build what is better between elemental and physical bonus on your staff?

  • @DerSpielfuehrer
    @DerSpielfuehrer 17 дней назад +1

    Or Just use a RegEx Generator?

    • @FswithFarham
      @FswithFarham  17 дней назад +1

      Nah, learning time, don't let the AIs take over.
      Also poe2.re, it's not ready yet. Is a WIP, I went there first, then had to learn how to do it myself, then video.

    • @mhn23visual
      @mhn23visual 15 дней назад

      Learning regex is cool and quite helpful!

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

    Wanna laugh you ass Off watching Elon Musk Play in Hardcore?
    ruclips.net/video/6N-WW0UDrVQ/видео.htmlsi=l5MwfgtmXhxwqEYX

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

      I watched about 3 different peoples reactions that to that last night xD

    • @FswithFarham
      @FswithFarham  16 дней назад

      Might have to do a reaction video.