Java Scanner Object


Recommended Posts

I'm looking for a way to use a scanner object to take a String from input, and not divide tokens with spaces. So when the user enters a string, it will take the whole thing, regardless of spaces. I'd like to accomplish this without the use of regex.

name1 = input.next();

Edit: let me just add, that it will need to use whitespace as a delimiter also. For example, entering 55 66 new york i'd like to grab 55, 66, and new york

Thanks,

Matt

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...