cat
From Documentation
String cat(String s1, String s2);
Concatenates two strings. Note: null is considered as empty.
Version History
Version | Date | Content |
---|---|---|
String cat(String s1, String s2);
Concatenates two strings. Note: null is considered as empty.
Last Update : 2010/12/17
Version | Date | Content |
---|---|---|
Last Update : 2010/12/17
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |