Interface JS5StringFunctions
- All Superinterfaces:
JS5ObjectFunctions,JSObjectFunctions
- All Known Implementing Classes:
JS5String
-
Method Summary
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Method Details
-
trim
JS5String trim()function trim () string leading and trailing whitespace.- Since:
- Standard ECMA-262 5th. Edition
- See Also:
-