I am not sure I agree with you. The
wants to fetch all data in a specific format. The
function extracts a substring. Perhaps you were thinking of
can often be faster than a regex when detecting the precence of a string within a larger string, it requires an exact substring and is not maleable as say the \w character class in a regex. That type of flexibility seems to be required to solve this problem.