booster / com.didiglobal.booster.kotlinx / Wildcard

Wildcard

class Wildcard

Represents a wildcard

Author
johnsonlee

Constructors

<init>

Represents a wildcard

Wildcard(pattern: String, ignoreCase: Boolean = false)

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

matches

fun matches(text: String): Boolean

toString

fun toString(): String

Companion Object Functions

valueOf

fun valueOf(pattern: String): Wildcard