Hey Thomas - I've probably watched each of your videos a dozen times or so over the last year. They're all fantastic. I also check your channel every couple months in hopes that you've posted something new. In the event that you no longer plan to post TH-cam videos, I figured it was time to post a comment & at least express my appreciation for your work. You're a fantastic teacher/instructor. Dealing with nuanced topics, I think it's hard to strike a balance between oversimplification & intimidation. You strike that balance very well, even with complex topics, making them seem more approachable. I know this is a strange comment to make out of the blue on a year old video, but the approachability of your demos was honestly inspiring for me. Anyways, I just wanted to tip my cap & thank you. I hope you'll consider posting videos again someday, but if not, thank you again & I hope life's treating you well.
Wow, I am extremely humbled, thx a lot for saying that. I wouldn't mind making more videos at all, I simply can't think of a subject. If you have any suggestions I'd be happy to make a video on it. Thx again Marc, have a good one
glad you liked it Nikolai. There are just sooooo many different operators, uses and so on so it's hard to pick. If you need a regex for a specific thing, throw it here and i'll regex it
@@thomasshakypetersen1609 Oh, that would so nice of you. I was actually trying to parse text: DummyCustomer with a positive lookup = (?).+, but this expression retrieves all values after "Customer>" in this case. How could I get the value "DummyCustomer" via RegEx?
i would love to see an example, on Window Name matching. As i have the same Window but with different Titel, depending from where you start the window.
Thank you Shaky Really helpful
Hey Thomas - I've probably watched each of your videos a dozen times or so over the last year. They're all fantastic. I also check your channel every couple months in hopes that you've posted something new. In the event that you no longer plan to post TH-cam videos, I figured it was time to post a comment & at least express my appreciation for your work.
You're a fantastic teacher/instructor. Dealing with nuanced topics, I think it's hard to strike a balance between oversimplification & intimidation. You strike that balance very well, even with complex topics, making them seem more approachable. I know this is a strange comment to make out of the blue on a year old video, but the approachability of your demos was honestly inspiring for me.
Anyways, I just wanted to tip my cap & thank you. I hope you'll consider posting videos again someday, but if not, thank you again & I hope life's treating you well.
Wow, I am extremely humbled, thx a lot for saying that. I wouldn't mind making more videos at all, I simply can't think of a subject.
If you have any suggestions I'd be happy to make a video on it.
Thx again Marc, have a good one
Thank you! Was really helpful. Would appreciate more examples on RegEx.
glad you liked it Nikolai. There are just sooooo many different operators, uses and so on so it's hard to pick. If you need a regex for a specific thing, throw it here and i'll regex it
@@thomasshakypetersen1609 Oh, that would so nice of you.
I was actually trying to parse text: DummyCustomer with a positive lookup = (?).+, but this expression retrieves all values after "Customer>" in this case. How could I get the value "DummyCustomer" via RegEx?
@@nikolaidedenkov8414 you include a lookbehind. So ?).+(?=)
@@thomasshakypetersen1609 Thank you, just what I was looking for. Appreciate a lot!
thank you for your video, just please when you recored the video make it 1080 p or more 😇
Yeah, probably a good idea :) Thx
i would love to see an example, on Window Name matching. As i have the same Window but with different Titel, depending from where you start the window.