Module:String: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Lingam "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to eit..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது |
imported>Info-farmer en:Module:String இலிருந்து திருத்தங்கள் இறக்குமதி செய்யப்பட்டன |
||
| (பயனரால் செய்யப்பட்ட ஒரு இடைப்பட்ட திருத்தம் காட்டப்படவில்லை.) | |||
வரிசை 59:
Parameters
s: The string to return a subset of
i: The
j: The last index of the string to return, defaults to the last character.
வரிசை 407:
if plain then
pattern = str._escapePattern( pattern )
replace =
end
வரிசை 583:
]]
function str._escapePattern( pattern_str )
return
end
| |||