Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
TransactionSpecBuilder
/
replace
replace
fun
replace
(
from
:
DocPos
,
to
:
DocPos
,
text
:
String
)
fun
replace
(
from
:
DocPos
,
to
:
DocPos
,
text
:
Text
)
Replace text from
from
to
to
with
text
.