A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
regexp, щоб назви файлів сходились з
regexp to match file names with
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
regexp (« Число — 15. »; « [0- 9] + ») = « 15 »
regexp("number is 15. ";" [0-9]+ ") =" 15 "
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
regexp( текст; формальний вираз; типове значення; значення за посиланням)
regexp(text; regexp; default; backref)
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
% 1 хвилинthis is a regular expression used to match a string after the 'in' keyword in the journey search line. the english version matches strings like '5 mins.', '1 minute',... '\\ d+' stands for at least one digit, '\\.' is just a point, a '?' after a character means that it' s optional (eg. the 's' in 'mins?' is optional to match singular and plural forms). normally you will only have to translate 'mins?' and 'minutes?'. the regexp must include one pair of matching parantheses, that match an int (the number of minutes from now). note: '(?:...)' are non- matching parantheses.
%1 minutes
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade: