SimpleGlob

class SimpleGlob

This simple globbing implementation allows users to define patterns with ? (any single character) and * (zero or more characters) wildcards.

Types

Link copied to clipboard
object Companion

Functions

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