2019-04-16, 02:03 PM
I just realised something else. All the code scans the text one character at a time. You could try using the `strfind` native to look for two spaces:
PHP Code:
strfind(string, " ");