Concatenates the given string matrix (which can be given as a varargs of rows) into a single string. Puts colSepar between values of columns of a row, and rowSepar between rows.
|
||
Returns the first index of str that is the start of the substring toFind. If there is no substring matching toFind in str, -1 is returned.
|
||