From professional translators, enterprises, web pages and freely available translation repositories.
lookahead
Випередження
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
lookahead assertions
Умовні вирази з перевіркою
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
bad lookahead syntax
непÑавилÑний ÑинÑакÑÐ¸Ñ Ð¿ÐµÑеглÑÐ´Ñ Ð²Ð¿ÐµÑедqregexp
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
(? !pattern) (negative lookahead)
(?! ШАБЛОН) (перевірка на відсутність збігу)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
positive/ negative lookahead tools
Інструменти додатного або від’ ємного випередження
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
a lookahead assertion is a sub pattern, starting with either? = or?!.
Умовний вираз з перевіркою — це підшаблон, що починається з символів? = або?!.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
lookahead: if true, the highlighting system will not process the matches length. default: false.
lookahead: якщо має значення true, система підсвічування не оброблятиме довжину відповідника. Типове значення: false.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
what you really want to say is that amp; should only be replaced if it is not followed by the letters amp;. you can do this using regular expressions using positive lookahead.
Насправді нам потрібно замінити символ amp;, лише якщо після нього немає послідовності літер amp;. Зробити це можна за допомогою формального виразу з додатним випередженням.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
a lookahead assertion looks at the part of the string following a possible match. the positive lookahead will prevent the string from matching if the text following the possible match does not match the pattern of the assertion, but the text matched by that will not be included in the result.
За допомогою умовного виразу перевірки на збіг можна перевірити на відповідність частину рядка, яку розташовано безпосередньо за можливим відповідником. За використання перевірки на збіг частина рядка вважатиметься невідповідною, якщо за нею не йде вказаний ШАБЛОН умовного виразу, але текст цього шаблону не буде додано до результату пошуку.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
& lt; detect2chars attribute=quot; commentquot; context=quot; #popquot; char=quot; *quot; char1=quot; /quot; lookahead=quot; truequot; / gt;
& lt; detect2chars attribute=quot; commentquot; context=quot; # popquot; char=quot; * quot; char1=quot; / quot; lookahead=quot; truequot; / gt;
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting