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

com.ecfront.common.FormatHelper.scala Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.ecfront.common

object FormatHelper {

  def validEmail(email: String): Boolean =
    """(?=[^\s]+)(?=(\w+)@([\w\.]+))""".r.findFirstIn(email).nonEmpty

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy