Glob

data class Glob(val pattern: String)

TODO.

Constructors

Link copied to clipboard
constructor(pattern: String)

Properties

Link copied to clipboard
val pattern: String

.

Link copied to clipboard
val regex: Regex

Functions

Link copied to clipboard
fun matches(text: String): Boolean