التابع String.each_codepoint
في روبي
يعيد التابع each_codepoint
ب
البنية العامة
each_codepoint {|integer| block } → str
each_codepoint → an_enumerator
القيمة المعادة
يعاد
أمثلة
مثال على استخدام التابع each_codepoint
:
"hello\u0639".each_codepoint {|c| print c, ' ' }