blob: 79df30325c79c56cbd9087cdbe501bcf0ba048ca [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.utils.StringTrimmer",
"baseClassname": ""
,
"description": "The StringTrimmer class is a collection of static functions that provide utility features for trimming whitespace off Strings.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "trim",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"return": "String",
"params": [{ "name": "str", "type": "String"}]}
,
{ "type": "method",
"qname": "splitAndTrim",
"namespace": "public",
"bindable": [],
"details": ["static"],
"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.0"]},
{ "tagName": "return",
"values": ["Array where whitespace was removed from the"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Array",
"params": [{ "name": "value", "type": "String"},
{ "name": "delimiter", "type": "String"}]}
,
{ "type": "method",
"qname": "trimArrayElements",
"namespace": "public",
"bindable": [],
"details": ["static"],
"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.0"]},
{ "tagName": "return",
"values": ["Updated String where whitespace was removed from the"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "String",
"params": [{ "name": "value", "type": "String"},
{ "name": "delimiter", "type": "String"}]}
,
{ "type": "method",
"qname": "isWhitespace",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Returns <code>true</code> if the specified string is a single space, tab, carriage return, newline, or formfeed character. a single space, tab, carriage return, newline, or formfeed character.",
"tags": [
{ "tagName": "param",
"values": ["str The String that is is being queried."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "return",
"values": ["<code>true</code> if the specified string is"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Boolean",
"params": [{ "name": "character", "type": "String"}]}
]
}