الفرق بين المراجعتين لصفحة: «Kotlin/kotlin.text/Regex»
< Kotlin | kotlin.text
لا ملخص تعديل |
لا ملخص تعديل |
||
سطر 1: | سطر 1: | ||
<noinclude>{{DISPLAYTITLE:الصنف <code>Regex</code> في Kotlin}}</noinclude> | <noinclude>{{DISPLAYTITLE:الصنف <code>Regex</code> في Kotlin}}</noinclude> | ||
يمثل [[Kotlin/kotlin.text/Regex/index|تعبيرًا نمطيا]] قابلا للتعديل (immutable regular expression). | |||
== الدوال البانية == | |||
=== <code>[[Kotlin/kotlin.text/Regex/Init|<init>]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/Init|<init>]]</code> === | ||
== الخاصيات == | |||
=== <code>[[Kotlin/kotlin.text/Regex/options|options]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/options|options]]</code> === | ||
=== <code>[[Kotlin/kotlin.text/Regex/pattern|pattern]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/pattern|pattern]]</code> === | ||
== الدوال == | |||
=== <code>[[Kotlin/kotlin.text/Regex/containsMatchIn|containsMatchIn]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/containsMatchIn|containsMatchIn]]</code> === | ||
=== <code>[[Kotlin/kotlin.text/Regex/find|find]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/find|find]]</code> === | ||
سطر 15: | سطر 23: | ||
=== <code>[[Kotlin/kotlin.text/Regex/toPattern|toPattern]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/toPattern|toPattern]]</code> === | ||
=== <code>[[Kotlin/kotlin.text/Regex/toString|toString]]</code> === | === <code>[[Kotlin/kotlin.text/Regex/toString|toString]]</code> === | ||
== الدوال الموروثة (Inherited Functions) == | == الدوال الموروثة (Inherited Functions) == | ||
سطر 52: | سطر 31: | ||
=== <code>[[Kotlin/Any/hashCode|hashCode]]</code> === | === <code>[[Kotlin/Any/hashCode|hashCode]]</code> === | ||
يعيد التابع <code>hashCode()</code> قيمة الشيفرة hash code الخاصّة بالكائن الذي استُدعي عبره. | يعيد التابع <code>hashCode()</code> قيمة الشيفرة hash code الخاصّة بالكائن الذي استُدعي عبره. | ||
[[تصنيف:Kotlin]] | [[تصنيف:Kotlin]] | ||
[[تصنيف:Kotlin Classes]] | [[تصنيف:Kotlin Classes]] | ||
[[تصنيف:Kotlin Regex]] | [[تصنيف:Kotlin Regex]] |
مراجعة 16:39، 19 يوليو 2018
يمثل تعبيرًا نمطيا قابلا للتعديل (immutable regular expression).
الدوال البانية
<init>
الخاصيات
options
pattern
الدوال
containsMatchIn
find
findAll
matchEntire
matches
replace
replaceFirst
split
toPattern
toString
الدوال الموروثة (Inherited Functions)
equals
تبين الدالة equals()
إذا ما كان الكائن المُمرّر إليها يساوي الكائن الذي استدعيت عبره.
hashCode
يعيد التابع hashCode()
قيمة الشيفرة hash code الخاصّة بالكائن الذي استُدعي عبره.