toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.util
/
XssEscapeUtils
Xss
Escape
Utils
open
class
XssEscapeUtils
Members
Constructors
Xss
Escape
Utils
Link copied to clipboard
constructor
(
)
Properties
pattern
List
Link copied to clipboard
open
var
patternList
:
List
<
Pattern
>
Functions
check
XSS
Link copied to clipboard
open
fun
checkXSS
(
value
:
String
)
:
Boolean
escape
Link copied to clipboard
open
fun
escape
(
s
:
String
)
:
String
strip
XSS
Link copied to clipboard
open
fun
stripXSS
(
value
:
String
)
:
String