mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4218 from acemod/stringRemoveWhitespaceHeaderFix
Improve stringRemoveWhitespace function header
This commit is contained in:
commit
37330a35b7
@ -1,13 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Removes white spaces from string
|
* Removes whitespace from a string.
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
* 0: stringA <STRING>
|
* 0: String <STRING>
|
||||||
* 1: stringB <STRING>
|
|
||||||
*
|
*
|
||||||
* Return Value:
|
* Return Value:
|
||||||
* copy of string <STRING>
|
* String Without Whitespace <STRING>
|
||||||
|
*
|
||||||
|
* Example:
|
||||||
|
* _stringWithoutWhitespace = ["String with whitespace"] call ace_common_fnc_stringRemoveWhiteSpace
|
||||||
*
|
*
|
||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user