Documentation
Toggle table of contents
dev
Select version
0.0.0-a04-SNAPSHOT
dev
common
Target filter
common
Switch theme
Search in API
Skip to content
Documentation
core
/
org.k3lp.text.regex
/
K3ReplaceInstr
/
EmitCapturedSet
Emit
Captured
Set
data
class
EmitCapturedSet
(
val
capturingId
:
Int
,
val
setId
:
String
,
val
set
:
List
<
K3String
>
)
:
K3ReplaceInstr
(
source
)
Members
Constructors
Emit
Captured
Set
Link copied to clipboard
constructor
(
capturingId
:
Int
,
setId
:
String
,
set
:
List
<
K3String
>
)
Properties
capturing
Id
Link copied to clipboard
val
capturingId
:
Int
set
Link copied to clipboard
val
set
:
List
<
K3String
>
set
Id
Link copied to clipboard
val
setId
:
String