korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-string
/
korlibs.io.util
Package-level
declarations
Functions
Properties
Properties
is
Numeric
Link copied to clipboard
val
Char
.
isNumeric
:
Boolean
is
Possible
Float
Char
Link copied to clipboard
val
Char
.
isPossibleFloatChar
:
Boolean
quoted
Link copied to clipboard
val
String
?
.
quoted
:
String
unquoted
Link copied to clipboard
val
String
.
unquoted
:
String
Functions
escape
Link copied to clipboard
fun
String
.
escape
(
)
:
String
fun
String
.
escape
(
unicode
:
Boolean
)
:
String
escape
Unicode
Link copied to clipboard
fun
String
.
escapeUnicode
(
)
:
String
is
Digit
Link copied to clipboard
fun
Char
.
isDigit
(
)
:
Boolean
is
Letter
Link copied to clipboard
fun
Char
.
isLetter
(
)
:
Boolean
is
Letter
Digit
Or
Underscore
Link copied to clipboard
fun
Char
.
isLetterDigitOrUnderscore
(
)
:
Boolean
is
Letter
Or
Digit
Link copied to clipboard
fun
Char
.
isLetterOrDigit
(
)
:
Boolean
is
Letter
Or
Digit
Or
Dollar
Link copied to clipboard
fun
Char
.
isLetterOrDigitOrDollar
(
)
:
Boolean
is
Letter
Or
Underscore
Link copied to clipboard
fun
Char
.
isLetterOrUnderscore
(
)
:
Boolean
is
Printable
Link copied to clipboard
fun
Char
.
isPrintable
(
)
:
Boolean
is
Quoted
Link copied to clipboard
fun
String
.
isQuoted
(
)
:
Boolean
is
Whitespace
Fast
Link copied to clipboard
fun
Char
.
isWhitespaceFast
(
)
:
Boolean
quote
Link copied to clipboard
fun
String
?
.
quote
(
)
:
String
fun
String
?
.
quote
(
unicode
:
Boolean
)
:
String
quote
Unicode
Link copied to clipboard
fun
String
?
.
quoteUnicode
(
)
:
String
substring
After
Last
Or
Null
Link copied to clipboard
fun
String
.
substringAfterLastOrNull
(
delimiter
:
Char
)
:
String
?
fun
String
.
substringAfterLastOrNull
(
delimiter
:
String
)
:
String
?
substring
After
Or
Null
Link copied to clipboard
fun
String
.
substringAfterOrNull
(
delimiter
:
Char
)
:
String
?
fun
String
.
substringAfterOrNull
(
delimiter
:
String
)
:
String
?
substring
Before
Last
Or
Null
Link copied to clipboard
fun
String
.
substringBeforeLastOrNull
(
delimiter
:
Char
)
:
String
?
fun
String
.
substringBeforeLastOrNull
(
delimiter
:
String
)
:
String
?
substring
Before
Or
Null
Link copied to clipboard
fun
String
.
substringBeforeOrNull
(
delimiter
:
Char
)
:
String
?
fun
String
.
substringBeforeOrNull
(
delimiter
:
String
)
:
String
?
uescape
Link copied to clipboard
fun
String
.
uescape
(
)
:
String
unescape
Link copied to clipboard
fun
String
.
unescape
(
)
:
String
unquote
Link copied to clipboard
fun
String
.
unquote
(
)
:
String
uquote
Link copied to clipboard
fun
String
?
.
uquote
(
)
:
String