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
/
CapturedText
Captured
Text
data
class
CapturedText
(
val
text
:
K3String
,
val
rangeInText
:
IntRange
)
:
K3SearchResult.CapturedMatch
(
source
)
Members
Constructors
Captured
Text
Link copied to clipboard
constructor
(
text
:
K3String
,
rangeInText
:
IntRange
)
Properties
range
In
Text
Link copied to clipboard
open
override
val
rangeInText
:
IntRange
text
Link copied to clipboard
open
override
val
text
:
K3String