Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.
regexp
regexp
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 2
Kalite:
entspricht regexp
komt overeen met reguliere expressie
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
passt auf regexp
voldoet aan reguliere expressie
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
entspricht nicht regexp
komt niet overeen met reguliere expressie
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
passt nicht auf regexp
voldoet niet aan reguliere expressie
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
regexp("anzahl ist 15.";"[0-9]+ ") =" 15 "
regexp("het getal is 15,";"[0-9]+") = "15"
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
Uyarı: Görünmez HTML biçimlendirmesi içeriyor
regexp(zeichenfolge, regulärer ausdruck, standardwert, rückverweis)
regexp(tekst, regexp, standaard, terugverw)
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
falls sie sie aktivieren, k\xf6nnen sie nach regexp oder regul\xe4ren ausdr\xfccken suchen.
als u hem inschakelt kan u zoeken voor een regexp, of een reguliere expressie.
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:
%1 minutenthis 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 minuutthis 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.
Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite: