CamelSnakeCaseMatcher

class CamelSnakeCaseMatcher : CaseMatcher

Represents matching for camel snake case, e.g. 'Camel_Snake_Case'

Constructors

Link copied to clipboard
fun CamelSnakeCaseMatcher()

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