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