We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a quick implementation of C std function sscanf for Java
To install in you project: Copy Sscanf.java and SscanfFormat.java to your project
Check out SscanfTest.java which gives examples of how to use this util
Code was heavily borrowed from: Jodd Printf