blob: 405217a9dbb48c45160ae6e60fdd84cf5b04cbf7 [file] [log] [blame]
{ "type": "method",
"qname": "org.apache.royale.utils.string.splitAndTrim",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Removes all whitespace characters from the beginning and end of each element in an Array, where the Array is stored as a String. beginning and end of each element.",
"tags": [
{ "tagName": "param",
"values": ["value The String whose whitespace should be trimmed.", "separator The String that delimits each Array element in the string."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.7"]},
{ "tagName": "return",
"values": ["Array where whitespace was removed from the"]},
{ "tagName": "langversion",
"values": ["3.0"]},
{ "tagName": "royalesuppressexport",
"values": []} ],
"return": "Array",
"params": [{ "name": "value", "type": "String"},
{ "name": "delimiter", "type": "String"}]}