doc / ch.tutteli.atrium.api.cc.infix.en_UK / RegexPatterns

RegexPatterns

class RegexPatterns
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

Parameter object to express String, vararg String in the infix-api.

Constructors

<init>

RegexPatterns(pattern: String, vararg otherPatterns: String)

Parameter object to express String, vararg String in the infix-api.

Properties

otherPatterns

vararg val otherPatterns: Array<out String>

pattern

val pattern: String

Functions

toList

fun toList(): List<String>