LowerFlatCaseMatcher

Represents matching for flat case, e.g. 'flatcase'

Can be also referred as: lower flat case

Since

0.12.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val regex: Regex

Functions

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