NEP DEVS
Ir al canal en Telegram
NEPS DEV WHO WANT TO HELP YOU WITH FOSS PROJECT. WE COLLECT SCRIPTS THIS GROUP IS ONLY FOR EDUCATIONAL PURPOSE
Mostrar másSin datos
Suscriptores
-3724 horas
-1357 días
-23530 días
Archivo de publicaciones
Do and send screen shot below
https://t.me/Ttondrops_bot?start=1714591763
Join channel
Verify
✅ Per Refer 0.01 USDT
https://t.me/EmperorUSDTbot?start=1714591763
MIN WITHDRAWAL 0.03 USDT
Any Google Reviews workers?
We will give you review work with payments
Join : https://t.me/+UCq9yWdo4j5hYjRl
Must have some google accounts (old accounts )
Any Google Reviews workers?
We will give you review work with payments
Join : https://t.me/+UCq9yWdo4j5hYjRl
Must have some google accounts (old accounts )
🎀 Emoji Detector BJS
/findEmoji
var emojiRegex = /(\p{Emoji_Presentation}|\p{Extended_Pictographic}|\p{Emoji_Modifier_Base}|\u200B|\u200C|\u200D)/gu;
let text = params, result = [], currentEmoji = '';
let emojiMatch = text?.match(emojiRegex) || [];
emojiMatch.forEach(emoji => {
if (emoji == '' || emoji == '\u200B' || emoji == '\u200C') {
currentEmoji += emoji;
} else {
if (currentEmoji) result.push(currentEmoji);
currentEmoji = emoji;
}
});
if (currentEmoji) result.push(currentEmoji);
text = result.length > 0 ? `Emoji(s) found: ${result.join('')}` : 'No Emojis Found';
Bot.sendMessage(text,{is_reply: true})
👍 Usecase:
/findEmoji <your message with emojis>
🗣️ Some new emojis might not get detected.
🫵 Copyright @DEVSNP