حالة الأحرف إلى io.db.string.children.case.children.isAlpha.title
أداة مجانية وفورية عبر الإنترنت لتحويل النص العادي أو السلاسل النصية أو المتغيرات إلى io.db.string.children.case.children.isAlpha.title.
محول io.db.string.children.case.children.isAlpha.title مجاني عبر الإنترنت
تقوم أداة تنسيق السلاسل النصية الخاصة بنا بتحويل النصوص العادية أو الجمل أو متغيرات الكود فوراً إلى io.db.string.children.case.children.isAlpha.title. ببساطة الصق المحتوى الخاص بك، وستتولى الأداة التعامل مع المسافات والأحرف الكبيرة تلقائياً.
1. الصق نص حالة الأحرف
قم بلصق أو كتابة محتوى حالة الأحرف في منطقة الإدخال.
2. عملية التحويل
تقوم أداتنا بتحويل نصك تلقائيًا إلى تنسيق io.db.string.children.case.children.isAlpha.title بأفضل الإعدادات الممكنة.
3. نسخ io.db.string.children.case.children.isAlpha.title
اكتمل التحويل. يمكنك الآن نسخ النتيجة مباشرة إلى الحافظة.
الأسئلة الشائعة
مواصفات التحويل
| إدخال | حالة الأحرف |
| إخراج | io.db.string.children.case.children.isAlpha.title |
| الأمان | HTTPS / حذف تلقائي |
| السعر | مجاني |
استخدام الكود
isAlpha
Determines whether the given string consists exclusively of alphabetic characters (a-z, A-Z). Returns `false` for empty strings, strings containing digits, whitespace, special characters, or any non-alphabetic characters. The check is performed using a regular expression that matches one or more alphabetic characters spanning the entire string.
المعاملات
| الاسم | النوع | الوصف |
|---|---|---|
| text | string | The string to check. |
المرجعات
booleanTrue if the string is alphabetic.