All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.andyglow.jsonschema.Constants.scala Maven / Gradle / Ivy

package com.github.andyglow.jsonschema

private[jsonschema] object Constants {

  object RegEx {

    val uuid = "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy