How to get certain arguments from a string?
This is what I need:
String s = "arg1 arg2 arg3 arg4"; System.out.printIn("Аргумент в строчке s = " s.getArg(4)); How to do it?
How to get certain arguments from a string?
This is what I need:
String s = "arg1 arg2 arg3 arg4"; System.out.printIn("Аргумент в строчке s = " s.getArg(4)); How to do it?
Source: https://ru.stackoverflow.com/questions/771576/
All Articles