k3lp Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
k3lp 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