replace text with regex not working for me plz help
-
I want to get rid of time stamp from this text using Replace text with regex" but don't know this does not remove time stamps, while the regex code worked fine regexr.com
"actually apply their skills, rather than just looking at straight theoretical tutorials. So anyways, with that said, I 1:11 hope you guys are looking forward to this. Let's get into it after a quick word from our sponsor before we 1:16 get started, I need to thank the sponsor of this video, which is Alco expert algo expertise, the 1:22 best platform to use for preparing for your software engineering,"
I am using this regex
\b[0-9,:]+[:|:]?[0-9]*\b
-
@spa3212 said in replace text with regex not working for me plz help:
I am using this regex
\d{1,2}:\d{1,2}\s
-
@Fox Thank you very much, Your Regex worked smoothly..:)