htmlEncode

@NonNull
open fun htmlEncode(@NonNull s: @NonNull String): @NonNull String(source)

Html-encode the string.

Return

the encoded string

Parameters

s

the string to be encoded