ActionScript 3 在AS3中使用RegExp去除空白

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 在AS3中使用RegExp去除空白相关的知识,希望对你有一定的参考价值。

// pvalue has whitespace
var whitespace:RegExp = /(\t|\n|\s{2,})/g; 
var trimmedValue:String = pValue.replace(whitespace, "");
trace(pValue, trimmedValue);

以上是关于ActionScript 3 在AS3中使用RegExp去除空白的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 在AS3中使用RegExp去除空白

ActionScript 3 在AS3中使用自定义事件传递数据

ActionScript 3 AS3在阵列中?

ActionScript 3 AS3:在数组中搜索

ActionScript 3 简单的Facebook使用GraphAPI_Web.Sw​​c在As3中

ActionScript 3 在Flex 3上的AS3中嵌入字体