blob: aefaacc64c484d6833f5326996b3de9a64b7a343 [file] [log] [blame]
public class RegExp {
Pattern PATTERN = Pattern.compile("<spot>[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{3,4}</spot>");
}