القاعدة المعرفية
منشأ
معدل
معدل
Filters
Types
- WildCard
The asterisk character ("*") substitutes for any zero or more characters, and the question mark ("?") substitutes for any one character. - RegExp
KB: Regular Expressions - Starts With
If the beginning of the input string matches the specified value. - Ends With
If the end of the input string matches the specified value. - Contains
If the input strings contains the specified substring
Flags
- NoCase
Case-insensitve string comparison - None
Case-sensitive string comparison
كلمات مفتاحية
مقالات ذات علاقة
What do you think about this topic? Send feedback!