Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.internal
/
Formatting
Formatting
open
class
Formatting
Members
Constructors
Formatting
Link copied to clipboard
constructor
(
)
Functions
normalize
Link copied to clipboard
open
fun
normalize
(
s
:
String
)
:
String
Normalizes a string by removing HTML-like tags and replacing non-breaking spaces.
remove
Nbsp
Link copied to clipboard
open
fun
removeNbsp
(
s
:
String
)
:
String
strip
Link copied to clipboard
open
fun
strip
(
s
:
String
)
:
String
Strips HTML-like tags from a string.