I have a user input which has only 3 words so to say.
Example of user input:
"/login user pass", "/register user pass".
These values are being stored in a string all together (string command), how can I obtain the values of 'user' and 'pass' given the fact that they are separated by an empty space?