+ 3
What are the different string functions? (cpp,java)
Can anyone please post different functions of string which we can use. for ex: substr, strcpy, sort, etc. Please decribe their use in one line if possible, Thanks .
1 Réponse
+ 6
String functions in java-scroll down Method functions
https://docs.oracle.com/javase/7/docs/api/java/lang/String.html
in cpp http://www.cplusplus.com/reference/string/string/