"ماڈیول:String" کے نسخوں کے درمیان فرق
separate annotations for str.match from those for str._match |
کوئی خلاصۂ ترمیم نہیں |
||
سطر 59: | سطر 59: | ||
Parameters | Parameters | ||
s: The string to return a subset of | s: The string to return a subset of | ||
i: The | i: The first index of the substring to return, defaults to 1. | ||
j: The last index of the string to return, defaults to the last character. | j: The last index of the string to return, defaults to the last character. | ||