Package-level declarations

Types

Link copied to clipboard
data class XMatchGroup(val value: String, val range: IntRange)

Represents the results from a single capturing group within a MatchResult of Regex.

Link copied to clipboard
class XRegex

Represents a compiled regular expression. Provides functions to match strings in text with a pattern, replace the found occurrences and split text around matches.

Functions

Link copied to clipboard

Returns a named group with the specified name.