Merge pull request #4218 from acemod/stringRemoveWhitespaceHeaderFix

Improve stringRemoveWhitespace function header
This commit is contained in:
Glowbal 2016-08-08 23:18:32 +02:00 committed by GitHub
commit 37330a35b7

View File

@ -1,13 +1,15 @@
/*
* Author: Glowbal
* Removes white spaces from string
* Removes whitespace from a string.
*
* Arguments:
* 0: stringA <STRING>
* 1: stringB <STRING>
* 0: String <STRING>
*
* Return Value:
* copy of string <STRING>
* String Without Whitespace <STRING>
*
* Example:
* _stringWithoutWhitespace = ["String with whitespace"] call ace_common_fnc_stringRemoveWhiteSpace
*
* Public: Yes
*/