Learn How to Use Regular Expressions in Selectors in UiPath

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024
  • In this video, we'll show you how to use regular expressions in selectors in UiPath Studio. Regular expressions are a powerful tool that can be used to more effectively target elements when building automations.
    #uipath #rpa #automation

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

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

    First time I saw better video which represents the max features of regex activity

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      Thank you. I mentioned in the video that I had made another video about the RegEx activities, which technically is not true. But I am working on it, so stay tuned (subscribe!), so you don't miss it when I release that video. :-)

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

    Hi Jeppe,
    Thanks for sharing! Even i did not know about this feature. Cheers!

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      Thanks a lot - glad you liked it 🙂👍

  • @Artech.Ranjit
    @Artech.Ranjit ปีที่แล้ว

    Very useful! How do i use same, if I have a usecase to put the string as: ab c de f gh **

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

    I just created my RPA channel with Uipath. Where I hope to share all my knowledge. Your support would mean the world for me :)

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      Count me in - you first subscriber 👍🙂

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

    Hello, this is a knowledgeable video, but in the new version of uipath the regexs are not working properly, I mean regexs are correct and they are matching correctly, in regex builder but when it comes to output it's giving empty results. I figure out that sometimes its not able to understand some REGEXs which have (?

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      Hmmm… have not experienced this. Can you provide a specific example?

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

      I also experienced this issue. From what i could research, there are different languages of regex. And some expressions doesnt go well with uipath.

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      @@kvast13 if you have a specific example, I would try and look into it.

    • @tansinghrathore4572
      @tansinghrathore4572 ปีที่แล้ว

      @@kvast13 yes same. Please let us know if you find any solution.

  • @atishayshrivastava8812
    @atishayshrivastava8812 ปีที่แล้ว

    Sir i am waiting for your document understand fremwork videos more

    • @UiPathwithJeppe
      @UiPathwithJeppe  ปีที่แล้ว

      Oops, now I feel bad. I’ll get around to it. Promise! 🙂👍

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

      @@UiPathwithJeppe don't feel bad sir i know you are very bsy but its more then 3 months you have not uploaded the du video's because still remaining and i also want deep understanding in du thanks 👍

  • @Raj-nm1cy
    @Raj-nm1cy ปีที่แล้ว

    How to add multiple lines as one line into queue and after get transaction we should get multiple line again ( Example If have 10 lines with 2 POs with 5 lines each So I should filter according to PO number and should add to queue as only 2 line in queue and after getting from queue I should get all 5 lines for each queue.