KebabCaseMatcher

class KebabCaseMatcher : CaseMatcher

Represents matching for kebab case, e.g. 'kebab-case'

Can be also referred as: lower kebab case, dash case, lisp case

Constructors

Link copied to clipboard
fun KebabCaseMatcher()

Functions

Link copied to clipboard
open fun matches(source: String?): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
private val regex: Regex

Sources

Link copied to clipboard