We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfde0e commit e7836d6Copy full SHA for e7836d6
static/regexes.js
@@ -69,9 +69,9 @@ function updateRegexEmoji() {
69
copyEmoji.innerText = "Copy"
70
outputEmojiValue.innerText = emoji_slider.value
71
if (emoji_slider.value == 0) {
72
- outputEmoji.innerText = `<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|\\p{Emoji}`
+ outputEmoji.innerText = `<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|[\\u{1F1E6}-\\u{1F1FF}]|[0-9#\\*]\\u{fe0f})`
73
} else {
74
- outputEmoji.innerText = `((?s)(<a?:[a-z_0-9]+:[0-9]+>|\\p{Extended_Pictographic}|\\p{Emoji}).*){${+emoji_slider.value + 1},}`
+ 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
}
76
};
77
0 commit comments