Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous spaces Conversion to A space #90

Open
gMan1990 opened this issue Mar 2, 2017 · 1 comment
Open

Continuous spaces Conversion to A space #90

gMan1990 opened this issue Mar 2, 2017 · 1 comment

Comments

@gMan1990
Copy link

gMan1990 commented Mar 2, 2017

image

StringTokenizer st = new StringTokenizer(sql);

StringTokenizer
public StringTokenizer(String str)
Constructs a string tokenizer for the specified string. The tokenizer uses the default delimiter set, which is " \t\n\r\f": the space character, the tab character, the newline character, the carriage-return character, and the form-feed character. Delimiter characters themselves will not be treated as tokens.
Parameters:
str - a string to be parsed.
Throws:
NullPointerException - if str is null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant