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

commonMain.kr.jadekim.common.regex.expressions.kt Maven / Gradle / Ivy

package kr.jadekim.common.regex

val REGEX_EMAIL =
    "^[\\w!#$%&’*+/=?`{|}~^-]+(?:\\.[\\w!#$%&’*+/=?`{|}~^-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,6}$".toRegex()

val REGEX_HTTP_URL = "^(https|http)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]".toRegex()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy