#library of babel word highlighting
10 messages · Page 1 of 1 (latest)
yeah pretty much
as i said im going to highlight them so they are easier to see for the user
The most basic approach would be to just split the string by spaces
But that would also include punctuation
You can remove that tho
By just string.replace() all punctuation
There's probably a better way of doing this
But this is just what came to mind