ScreamingKebabCaseMatcher

class ScreamingKebabCaseMatcher : CaseMatcher

Represents matching for screaming kebab case, e.g. 'SCREAMING-KEBAB-CASE'

Can be also referred as: upper kebab case, cobol case

Constructors

Link copied to clipboard
fun ScreamingKebabCaseMatcher()

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