skip to Main Content

I want to extract only the numbers in this part of the URL.[Regular expressions] – Flutter

I want to extract this part. But I couldn't do it well. So I need you to tell me how to do it. Example) https://twitter.com/straw_berry0721/status/1596714080345415681?s=20&t=1nIbnSZ2YN2m5KZaOjO5GA 1596714080345415681 https://twitter.com/xxx/status/1595920708323999744 1595920708323999744 ・my code (failed) final result = _controller.text; t = s.lastIndexOf('status')); s.substring(t)

VIEW QUESTION

To be able to find more than one link – PHP

Code can only find and change one image link in the text. If it's more than one, it doesn't work. How can I get it to detect multiple image links? $sad222 = "somthing text bla bla bla ...... https://www.indyturk.com/sites/default/files/styles/150x100/public/article/main_image/2022/08/02/984246-1125154792.jpg asdas…

VIEW QUESTION
Back To Top
Search