final
class
StringOps extends AnyVal
Instance Constructors
-
new
StringOps(self: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
a: Regex
-
final
def
asInstanceOf[T0]: T0
-
def
br2nl: String
-
def
checkTranscoding(encoding: Charset): Set[String]
-
def
cutstring(length: Int, suffix: String = ""): String
-
def
encrypt(algorithm: String): String
-
def
encryptMD5: String
-
def
encryptSHA: String
-
def
encryptSHA256: String
-
def
encryptSHA384: String
-
def
encryptSHA512: String
-
def
getClass(): Class[_ <: AnyVal]
-
def
htmlArrange(parentTagName: String = "html", innerHtml: Boolean = false, props: CleanerProperties = defaultHtmlCleanerProperties, serializer: (CleanerProperties) ⇒ HtmlSerializer = new SimpleHtmlSerializer(_)): String
-
def
htmlCleanXSS(parentTagName: String = "html", innerHtml: Boolean = false, props: CleanerProperties = defaultHtmlCleanerProperties, serializer: (CleanerProperties) ⇒ HtmlSerializer = new SimpleHtmlSerializer(_)): String
-
def
isDigits: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
nbsp2space: String
-
def
nl2br: String
-
def
parseDate[T <: String](pattern: T, timeZone: TimeZone = TimeZone.getDefault, locale: Locale = Locale.getDefault): Date
-
def
parseMap: Map[String, String]
-
def
parseMap(trimValue: Boolean = false): Map[String, String]
-
def
prependEachLine(prefix: String): String
-
val
self: String
-
def
space2nbsp: String
-
def
stripTags: String
-
def
toAntStylePattern: Regex
-
def
toCamelCase: String
-
def
toString(): String
-
def
uncapitalize: String
Inherited from AnyVal
Inherited from Any