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
Back To Top
Search