XssEscapeUtils

open class XssEscapeUtils

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun checkXSS(value: String): Boolean
Link copied to clipboard
open fun escape(s: String): String
Link copied to clipboard
open fun stripXSS(value: String): String