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
/
K3SearchResult
/
CapturedSet
Captured
Set
data
class
CapturedSet
(
val
text
:
K3String
,
val
rangeInText
:
IntRange
,
val
matchedSetId
:
String
,
val
matchedIndex
:
Int
)
:
K3SearchResult.CapturedMatch
(
source
)
Members
Constructors
Captured
Set
Link copied to clipboard
constructor
(
text
:
K3String
,
rangeInText
:
IntRange
,
matchedSetId
:
String
,
matchedIndex
:
Int
)
Properties
matched
Index
Link copied to clipboard
val
matchedIndex
:
Int
matched
Set
Id
Link copied to clipboard
val
matchedSetId
:
String
range
In
Text
Link copied to clipboard
open
override
val
rangeInText
:
IntRange
text
Link copied to clipboard
open
override
val
text
:
K3String