-
Notifications
You must be signed in to change notification settings - Fork 2
cljs.ops.string
roman_lubushkin edited this page Jan 6, 2017
·
3 revisions
- insert(at, value):cljs.ops.string.Insert
- remove(at, value):cljs.ops.string.Remove
- transform(op, against):cljs.ops.string.Operation
- invert(op):cljs.ops.string.Operation
- exec(value, ops):string
- moveCursor(cursor, ops, siteId):number
- genOps(oldString, newString):Array<!cljs.ops.string.Operation>
{
type: cljs.ops.string.OpType,
at: number,
value: string
}
{
type: cljs.ops.string.OpType,
at: number,
value: string
}
cljs.ops.string.Insert|cljs.ops.string.Remove|null
{
INSERT: 0,
REMOVE: 1
}
Intro
Getting Started
API Reference