mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
public class RegExp {
|
|
Pattern PATTERN = Pattern.compile("<spot>[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{3,4}</spot>");
|
|
}
|