YEMENDEVS Telegram 477
Forwarded from « Yemen Devs | يمن ديفز » (ENG / Jello (Y-S) Alkhaledi)
⚡️ شرحت التعابير النظامية هنا

🎗 هاكم بعض الأنماط التي قمت بكتابتها لأجلكم 👇

👑 تعبير عن معرف تيليجرام

/@[a-zA-Z]{1}(_?[a-zA-Z0-9]_?)+[a-zA-Z0-9]/

🔗 تعبير عن رابط قناة أو جروب تيليجرام خاص

/(http.?:\/\/)?t.me\/\+[a-zA-Z0-9\_\+\-]{7,35}/

🖇 تعبير عن رابط قناة أو جروب تيليجرام عام

/(http.?:\/\/)?t.me\/([a-zA-Z]{1}(_?[a-zA-Z0-9]_?)+[a-zA-Z0-9])/

🌐 تعبير عن أي رابط ويب

/((http.?:\/\/)?([a-zA-Z0-9]+(\-{1}[a-zA-Z0-9]+)*(\.[a-zA-Z0-9]+)+\/*(\S)*)+)+/

🌏 تعبير عن اسم مستخدم انستجرام أو تيك توك أو أي إسم مستخدم

/@([a-zA-Z0-9\_]+)/

📧 تعبير عن بريد إلكتروني

/([a-zA-Z0-9_])+(\.[a-zA-Z0-9_]+)*@([a-zA-Z0-9_])+(\.[a-zA-Z0-9_]+)+/

📞 تعبير عن رقم الهاتف

/\+[0-9]{6,18}/

🔍 للبحث بواسطة التعابير دعها كما هي الآن وللمطابقة أضف بداية التعبير ^ ثم $ نهاية التعبير

👻 مثال للبحث عن رقم الهاتف ومطابقته

$numbers    = "Hello +967777777777 !";

$search   = preg_match("/\+[0-9]{6,18}/",$numbers);

if ($search){
    echo "هناك رقم هاتف";
} else {
    echo "لا يوجد رقم هاتف";
}

$match  = preg_match("/^\+[0-9]{6,18}$/",$numbers);

if($match){
    echo 'المتغير $numbers يمثل رقم هاتف';
} else {
    echo 'المتغير $numbers لا يتطابق مع صيغة أرقام الهواتف';
}



tgoop.com/YemenDevs/477
Create:
Last Update:

⚡️ شرحت التعابير النظامية هنا

🎗 هاكم بعض الأنماط التي قمت بكتابتها لأجلكم 👇

👑 تعبير عن معرف تيليجرام

/@[a-zA-Z]{1}(_?[a-zA-Z0-9]_?)+[a-zA-Z0-9]/

🔗 تعبير عن رابط قناة أو جروب تيليجرام خاص

/(http.?:\/\/)?t.me\/\+[a-zA-Z0-9\_\+\-]{7,35}/

🖇 تعبير عن رابط قناة أو جروب تيليجرام عام

/(http.?:\/\/)?t.me\/([a-zA-Z]{1}(_?[a-zA-Z0-9]_?)+[a-zA-Z0-9])/

🌐 تعبير عن أي رابط ويب

/((http.?:\/\/)?([a-zA-Z0-9]+(\-{1}[a-zA-Z0-9]+)*(\.[a-zA-Z0-9]+)+\/*(\S)*)+)+/

🌏 تعبير عن اسم مستخدم انستجرام أو تيك توك أو أي إسم مستخدم

/@([a-zA-Z0-9\_]+)/

📧 تعبير عن بريد إلكتروني

/([a-zA-Z0-9_])+(\.[a-zA-Z0-9_]+)*@([a-zA-Z0-9_])+(\.[a-zA-Z0-9_]+)+/

📞 تعبير عن رقم الهاتف

/\+[0-9]{6,18}/

🔍 للبحث بواسطة التعابير دعها كما هي الآن وللمطابقة أضف بداية التعبير ^ ثم $ نهاية التعبير

👻 مثال للبحث عن رقم الهاتف ومطابقته

$numbers    = "Hello +967777777777 !";

$search   = preg_match("/\+[0-9]{6,18}/",$numbers);

if ($search){
    echo "هناك رقم هاتف";
} else {
    echo "لا يوجد رقم هاتف";
}

$match  = preg_match("/^\+[0-9]{6,18}$/",$numbers);

if($match){
    echo 'المتغير $numbers يمثل رقم هاتف';
} else {
    echo 'المتغير $numbers لا يتطابق مع صيغة أرقام الهواتف';
}

BY « Yemen Devs | يمن ديفز »


Share with your friend now:
tgoop.com/YemenDevs/477

View MORE
Open in Telegram


Telegram News

Date: |

Telegram Channels requirements & features Done! Now you’re the proud owner of a Telegram channel. The next step is to set up and customize your channel. In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members. During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. The initiatives announced by Perekopsky include monitoring the content in groups. According to the executive, posts identified as lacking context or as containing false information will be flagged as a potential source of disinformation. The content is then forwarded to Telegram's fact-checking channels for analysis and subsequent publication of verified information.
from us


Telegram « Yemen Devs | يمن ديفز »
FROM American