trim

abstract fun trim(text: String): String

去除两端空格。

Return

处理后的字符串

Parameters

text

源字符串