ServerPackCreator
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ServerPackCreator
ServerPackCreator
/
de.griefed.serverpackcreator.api.utilities.common
/
regexReplace
regex
Replace
fun
String
.
regexReplace
(
regex
:
Regex
,
replaceWith
:
String
)
:
String
(
source
)
Replace all matches for the given
regex
with
replaceWith
and return the resulting string.
Author
Griefed