fluid-stdlib
0.14.0
common
fluid-stdlib
/
io.fluidsonic.stdlib
/
AttributedString
/
Builder
/
replace
replace
fun
replace
(
start
:
Int
,
endExclusive
:
Int
,
newValue
:
AttributedString
)
fun
replace
(
start
:
Int
,
endExclusive
:
Int
,
newValue
:
String
,
attributes
:
StringAttributeMap
=
emptyStringAttributes()
)
fun
replace
(
oldValue
:
String
,
newValue
:
AttributedString
)
fun
replace
(
oldValue
:
String
,
newValue
:
String
,
attributes
:
StringAttributeMap
=
emptyStringAttributes()
)