From professional translators, enterprises, web pages and freely available translation repositories.
substring match
Супадзенне падрадку
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
the mid() function returns a substring that contains'length 'characters of the string, starting at'position' index.
Функцыя mid () вяртае падрадок з радка, якая змяшчае зададзеная колькасць знакаў з вызначанай пазіцыі.
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
the right() function returns a substring that contains the'length 'rightmost characters of the string. the whole string is returned if'length' exceeds the length of the string.
Функцыя right () вяртае падрадок, якая складаецца з n знакаў з канца радка. Калі n больш даўжыні радка, будзе вернутая ўвесь радок.
Last Update: 2011-10-23
Usage Frequency: 2
Quality: