RegularExpressionsClientCapabilities

case class RegularExpressionsClientCapabilities(engine: String, version: Opt[String])

Client capabilities specific to regular expressions.

Value parameters:
engine

The engine's name.

version

The engine's version.

Since:

3.16.0

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product