Overzicht
Engels naar Frans: Meer gegevens...
- regular expression:
-
Wiktionary:
- regular expression → expression rationnelle, expression régulière
Engels
Uitgebreide vertaling voor regular expression (Engels) in het Frans
regular expression:
-
the regular expression (regex)
– A concise and flexible notation for finding and replacing patterns of text. The notation comprises two basic character types: literal (normal) text characters, which indicate text that must exist in the target string, and metacharacters, which indicate the text that can vary in the target string. You can use regular expressions to quickly parse large amounts of text to find specific character patterns; extract, edit, replace, or delete text substrings; or to add the extracted strings to a collection in order to generate a report. 1
Vertaal Matrix voor regular expression:
Not Specified | Verwante vertalingen | Andere vertalingen |
expression régulière | regex; regular expression | |
regex | regex; regular expression |
Verwante definities voor "regular expression":
Wiktionary: regular expression
regular expression
noun
regular expression
-
computing: a concise description of a pattern to be matched
- regular expression → expression rationnelle; expression régulière
noun
-
programmation|fr chaîne de caractères ou motif, décrivant un ensemble d’autres chaînes selon une syntaxe précise.
-
anglicisme|fr programmation|fr expression rationnelle.