• Cyno@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Thanks, I managed to find the culprit in the end however - I was using a forward-look of 5 characters for finding if it matches a word so in a string of a3two for example, it would register the two before the 3. It was an easy fix once i found the issue.