What is the translation of " THE REGEX " in Romanian?

Examples of using The regex in English and their translations into Romanian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
For example, in the regex a.
De exemplu, în regexul a.
Rename the regex obj to check.
Redenumiți obj regexp pentru a verifica.
Matches the entire line, the regex".
Se potrivește cu întreaga linie, regexul".
The regex module is still in its incipient stages of development.
Modulul regex este încă în fază incipiente de dezvoltare.
The metacharacters column specifies the regex syntax being demonstrated=~ m//;;
Coloana metacaracterelor specifică sintaxa regex demonstrată=~ m//;;
However, they are often writtenwith slashes as delimiters, as in/re/ for the regex re.
Cu toate acestea, ele sunt adesea scrise cu slash-uri ca delimitatori(d),adică /re/ reprezintă regexul re.
An atom is a single point within the regex pattern which it tries to match to the target string.
Un atom este un singur punct în modelul regex care încearcă să se potrivească cu șirul țintă.
The find box highlights regular expressions when the regex option is on.
Caseta de căutare evidențiază expresii regulate atunci când opțiunea de regex este activată.
The regex built-in is now available, and matches whatever the last successful match matched.
Înainte& x3e; regex built-in este acum disponibil și meciuri indiferent de ultimul meci de succes potrivite.
Fixed a small memory leak that would happen when you edited the regex of a trigger/alias.
A stabilit o scurgere de memorie mică care s-ar întâmpla când ați editat regexul unui trigger/ alias.
For example, the regex^[\t]+|[\t]+$ matches excess whitespace at the beginning or end of a line.
De exemplu, regexul^[ \t]+|[\t]+$ identifică excesul de spațiu de la începutul sau de la sfârșitul unei linii.
So the POSIX standard defines a character class,which will be known by the regex processor installed.
Așa că standardul POSIX definește o clasă de caractere,care va fi cunoscută de procesorul regex instalat.
The Regex Parser(which was previously only available through the ExtensionSwap) has now been included in DataCleaner.
Regex Parser(care a fost anterior disponibile doar prin ExtensionSwap) a fost acum inclusă în DataCleaner.
A match is made, not when all the atoms of the string are matched, butrather when all the pattern atoms in the regex have matched.
Potrivirea se face nu atunci când toți atomii din șir sunt potriviți, cimai degrabă atunci când toții atomii din șablon s-au potrivit.
The regex library has been replaced with the multi-byte and generally much more capable TRE regex library.
Biblioteca regex a fost înlocuită cu biblioteca TRE regex multi-byte și în general mult mai capabilă.
While regexes would be usefulon Internet search engines, processing them across the entire database could consume excessive computer resources depending on the complexity and design of the regex.
În timp ce regexurile ar fi utile în motoarele de căutare pe Internet,procesarea acestora pe întregi baze de date ar putea consuma excesiv resurse de calcul în funcție de complexitatea și designul regexului.
Also fixing the regex for detecting preview images from Blender, since the output from Blender is now a bit different.
De asemenea, fixarea regexului pentru detectarea imaginilor de previzualizare de la Blender, deoarece ieșirea din Blender este acum puțin diferită.
When entering a regex in a programming language, they may be represented as a usual string literal, hence usually quoted; this is common in C, Java, and Python for instance,where the regex re is entered as"re".
Atunci când se introduc regexuri într-un limbaj de programare, ele pot fi reprezentate ca șiruri de caractere obișnuite, prin urmare, de obicei, între ghilimele; acest lucru este comun în C, Java, Python, de exemplu,unde regexul re este introdus ca"re".
For example, in the regex a. a is a literal character which matches just'a' and. is a meta character which matches every character except a newline.
De exemplu, în regexul a. a este un caracter literal, care se potrivește doar cu litera„a”, iar. este un meta-caracter care se potrivește cu orice caracter, cu excepția sfârșitului de linie.
Metacharacter(s);; the metacharacters column specifies the regex syntax being demonstrated=~ m//;; indicates a regex match operation in Perl=~ s///;; indicates a regex substitution operation in Perl.
Metacaracter(e);; coloana metacaracterelor specifică sintaxa regex demonstrată=~ m//;; indică o operațiune de potrivire regex în Perl=~ s///;; indică o operațiune de substituție în Perl.
Depending on the regex processor there are about fourteen metacharacters, characters that may or may not have their literal character meaning, depending on context, or whether they are"escaped", i.e. preceded by an escape sequence, in this case, the backslash\.
În funcție de procesorul regex, există aproximativ paisprezece metacaractere, caractere care pot sau nu să aibă sensul lor literal(d),în funcție de context, sau dacă acestea sunt„escapate”, adică precedate de o secvență de escape(d),în acest caz, backslash\.
Matches the entire line, the regex".*+" does not match at all, because.*+ consumes the entire input, including the final". Thus, possessive quantifiers are most useful with negated character classes, e.g. which matches"Ganymede," when applied to the same string.
Se potrivește cu întreaga linie, regexul".*+" nu se potrivește cu nimic, pentru că.*+ consumă întreaga intrare, inclusiv" de la sfârșit. Astfel, cuantificatorii posesivi sunt cele mai utili cu clase de caractere negate, de exemplu cu care se potrivește cu"Ganymede," atunci când este aplicat pe același șir.
The system regex library is used by default instead.
Biblioteca Sistemul regex este folosit în mod implicit în loc.
Additionally, the functionality of regex implementations can vary between versions.
În plus, funcționalitatea implementării de regex poate varia de la o versiune la alta.
Notepad++ copy all regex matches.
Notepad++ copiază toate potrivirile regex.
The program features RegEx support with colored syntax highlighting and RegEx match substitutions.
Programul dispune de RegEx suport colorate cu evidențierea sintaxei și RegEx meci de substituții.
Convert regex to Vim expressions.
Transformă regex în expresii Vim.
Switched to the PCRE 7.6 regex engine which is much more powerful.
Comutată la motorul PCRE 7.6 regex, care este mult mai puternic.
How to extract“123” from the string example with Regex with PowerShell?
Cum se extrage “123” din exemplul de șir cu Regex cu PowerShell?
To copy all regex matches, use the Marktab in Notepad++ search window.
Pentru a copia toate potrivirile regex, utilizați fereastra de căutare Marktab în Notepad++.
Results: 126, Time: 0.0302

Word-for-word translation

Top dictionary queries

English - Romanian