I’m just wondering if someone has an efficient way to go about checking/detecting the different words in a string (via javascript).
So for example, if I type in…
The function would return the strings “disconnect_player” and “1”. I’ve had to use multiple languages recently and find myself returning to javascript for this particular phase of my project. Any help would be greatly appreciated, even if it’s just the method for checking characters.