How can i achieve similar solution to: How to get a substring between two strings in PHP? but in DART
For example I have a String:
String data = "the quick brown fox jumps over the lazy dog"
I have two other Strings: quick
and over
I want the data
inside these two Strings and expecting result:
brown fox jumps