mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -23,7 +23,7 @@ export const UP_TRIANGLE = '\u25B2';
|
||||
export const DOWN_TRIANGLE = '\u25BC';
|
||||
|
||||
const EMAIL_RE = new RegExp("^\\w[\\w%+/='-]*(\\.[\\w%+/='-]+)*@([A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z" +
|
||||
"0-9])?\\.)+[A-Za-z]{2,6}$", "u");
|
||||
"0-9])?\\.)+[A-Za-z]{2,24}$", "u");
|
||||
|
||||
// Returns whether str starts with prefix. (Note that this implementation avoids creating a new
|
||||
// string, and only checks a single location.)
|
||||
|
||||
Reference in New Issue
Block a user