/ Published in: ActionScript 3

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
public static function f_trim($s_base:String):String { ///* remove whitespace return($s_base.replace(/^\s+|\s+$/g, "")); }
Comments
