From professional translators, enterprises, web pages and freely available translation repositories.
subexpression
часть выражения
Last Update: 2015-05-14
Usage Frequency: 1
Quality:
"global common subexpression elimination.
"global common subexpression elimination.
Last Update: 2016-03-03
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
enter the expression you want to search for here. if'regular expression 'is unchecked, any non-space letters in your expression will be escaped with a backslash character. possible meta characters are:. - matches any character ^ - matches the beginning of a line $- matches the end of a line \\lt; - matches the beginning of a word \\gt; - matches the end of a word the following repetition operators exist:? - the preceding item is matched at most once * - the preceding item is matched zero or more times + - the preceding item is matched one or more times {n} - the preceding item is matched exactly n times {n,} - the preceding item is matched n or more times {, n} - the preceding item is matched at most n times {n, m} - the preceding item is matched at least n, but at most m times. furthermore, backreferences to bracketed subexpressions are available via the notation \\#. see the grep(1) documentation for the full documentation.
Введите выражение, которое хотите найти. Если не отмечено « регулярное выражение », то любые написанные без пробела буквы в вашем выражении будут показаны символом обратной косой черты. Возможные метасимволы:. - Совпадает с любым символом ^ - Совпадает с началом строки $- Совпадает с концом строки\\ lt; - Совпадает с началом слова\\ gt; - Совпадает с окончанием слова Можно использовать следующие операторы повторения:? - Предшествующий элемент совпал больше одного раза * - Предшествующий элемент совпал ноль и более раз + - Предшествующий элемент совпал один или более раз {n} - Предшествующий элемент совпал точно n раз {n,} - Предшествующий элемент совпал n или более раз {, n} - Предшествующий элемент совпал не менее n раз {n, m} - Предшествующий элемент совпал как минимум n, но более m раз. Кроме того, через примечания доступны обратные ссылки на подвыражения в скобках\\ #. Для полной документации смотрите grep( 1) documentation.
Last Update: 2011-10-23
Usage Frequency: 1
Quality: