mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove underscore
This commit is contained in:
parent
bca2215faf
commit
1cc2ecb3b1
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ function validateEmail(email) {
|
|||
}
|
||||
|
||||
function validateLBRYName(lbry_channel_name){
|
||||
var re = /^[@A-Za-z0-9_-]*$/g;
|
||||
var re = /^[@A-Za-z0-9-]*$/g;
|
||||
return re.test(lbry_channel_name);
|
||||
}
|
||||
|
||||
|
@ -75,4 +75,4 @@ function validateYoutubeChannelUrl(youtube_channel_url){
|
|||
function validateEmailIsNotGooglePlus(email){
|
||||
var re = /^[A-Za-z0-9._%+-]+@(?!plusgoogle.com)[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/;
|
||||
return re.test(email);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue