Next: iklib strings comparison, Previous: iklib strings predicates, Up: iklib strings [Index]
Copy count characters from src.str starting at src.start (inclusive) to dst.str starting at dst.start. Return unspecified values.
Concatenate the list of strings strs and return the resulting string. It is an error if the sum of the string lengths is not in the range of the maximum string length.
Reverse the list of strings strs, concatenate them and return the resulting string. It is an error if the sum of the string lengths is not in the range of the maximum string length.