File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ checkbox_acc.onchange = updateRegexZalgo;
66
66
updateRegexZalgo ( ) ;
67
67
68
68
function updateRegexEmoji ( ) {
69
- copyEmoji . innerText = "Copy"
70
- outputEmojiValue . innerText = emoji_slider . value
69
+ copyEmoji . innerText = "Copy" ;
70
+ outputEmojiValue . innerText = emoji_slider . value ;
71
71
if ( emoji_slider . value == 0 ) {
72
- outputEmoji . innerText = `<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|[\\u{1F1E6}-\\u{1F1FF}]|[0-9#\\*]\\u{fe0f})`
72
+ outputEmoji . innerText = `<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|[\\u{1F1E6}-\\u{1F1FF}]|[0-9#\\*]\\u{fe0f})` ;
73
73
} else {
74
- outputEmail . innerText = `(?s)(?i)((<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|[\\u{1F1E6}-\\u{1F1FF}]|[0-9#\\*]\\u{fe0f}).*){${ + emoji_slider . value + 1 } ,}`
75
- }
74
+ outputEmoji . innerText = `d (?s)(?i)((<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|[\\u{1F1E6}-\\u{1F1FF}]|[0-9#\\*]\\u{fe0f}).*){${ + emoji_slider . value + 1 } ,}` ;
75
+ } ;
76
76
} ;
77
77
78
78
copyEmoji . onclick = function ( ) {
You can’t perform that action at this time.
0 commit comments