الصفحة وحدة:Message box/ambox.css ليس بها محتوى.
الاستخدام
{{Str find|text|sub_string}} = Position of first appearance of sub_string in text.
- Only searches first 50 characters of text. Returns -1 if sub_string not found in first 80 characters.
- Character position is 1 based (not 0 based as usual in calculations).
- Warning: if sub_string is empty, then this routine will return 1 !!! This case will often have to be handled specially.
طالع ايضا
قالب:Strfind short can handle longer strings (<99 chars), and gives far better performance, especially for short strings.
قوالب التعامل مع النصوص |
|---|
| إدخال، إبدال، وطول |
|---|
| {{strloc insert}} | Inserts a string at character location strloc, or appends if strloc<=0. | | {{حلقة}} | Repeat character string a specified number of times. | | {{حلقة}} | يكرر سلسلة عدد محدد من المرات. | | {{استبدل}} | يستبدل نص بنص آخر. | | {{Str rep}} | Returns the string, after replacing the first occurrence of a specified string with another string. | | {{Str len}} | يعود بطول السلسلة. |
|
| {{اذا الطول أكبر من أو يساوي}} | [if len]gth [g]reater than or [e]qual to. | | {{Str ≥ len}} | To check if a string is "longer or equally long" or "shorter" than a given length. | | {{Str ≤ len}} | To check if a string is "shorter or equally long" or "longer" than a given length. | | {{str ≠ len}} | To check if a string is "not equal" or "equal" to a given length. | | {{str ≤ ≥ len}} | To check if a string is "shorter", "equal", or "longer" than a given length. |
|
|
| تحليل وتقنيات |
|---|
| {{Str endswith}} | To check if a string ends with a given string. | {{Str find}} {{Strfind short}} | Returns the numerical location of a given string in a string. | | {{إبحث}} | البحث عن كلمة في جملة محددة. | | {{Str sub find}} | Searches a substring in a string at the given offset. | | {{Str letter}} | Returns the number of letters that begin a string. | | {{Str number}} | Returns the number of numbers that begin a string. | | {{str gtr str}} | Compares two strings for alphabetical order, and returns a value accordingly. |
|
| {{ASCII code}} | Returns the ASCII value of a single character. | | {{a or an}} | Takes a noun and produces the appropriate indefinite article, based on whether the first letter is a vowel. | | | | | وحدة:String | | | ...Magic words | About {{padleft:|}}. | | ...ParserFunctions | About {{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}}, etc. |
|
|
| |
|
قوالب التعامل مع النصوص |
|---|
| إدخال، إبدال، وطول |
|---|
| {{strloc insert}} | Inserts a string at character location strloc, or appends if strloc<=0. | | {{حلقة}} | Repeat character string a specified number of times. | | {{حلقة}} | يكرر سلسلة عدد محدد من المرات. | | {{استبدل}} | يستبدل نص بنص آخر. | | {{Str rep}} | Returns the string, after replacing the first occurrence of a specified string with another string. | | {{Str len}} | يعود بطول السلسلة. |
|
| {{اذا الطول أكبر من أو يساوي}} | [if len]gth [g]reater than or [e]qual to. | | {{Str ≥ len}} | To check if a string is "longer or equally long" or "shorter" than a given length. | | {{Str ≤ len}} | To check if a string is "shorter or equally long" or "longer" than a given length. | | {{str ≠ len}} | To check if a string is "not equal" or "equal" to a given length. | | {{str ≤ ≥ len}} | To check if a string is "shorter", "equal", or "longer" than a given length. |
|
|
| تحليل وتقنيات |
|---|
| {{Str endswith}} | To check if a string ends with a given string. | {{Str find}} {{Strfind short}} | Returns the numerical location of a given string in a string. | | {{إبحث}} | البحث عن كلمة في جملة محددة. | | {{Str sub find}} | Searches a substring in a string at the given offset. | | {{Str letter}} | Returns the number of letters that begin a string. | | {{Str number}} | Returns the number of numbers that begin a string. | | {{str gtr str}} | Compares two strings for alphabetical order, and returns a value accordingly. |
|
| {{ASCII code}} | Returns the ASCII value of a single character. | | {{a or an}} | Takes a noun and produces the appropriate indefinite article, based on whether the first letter is a vowel. | | | | | وحدة:String | | | ...Magic words | About {{padleft:|}}. | | ...ParserFunctions | About {{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}}, etc. |
|
|
| |
|