Falls vorhanden, werden Leerzeichen und andere Whitespace-Zeichen vor dem Suchvorgang aus der Regular Expression entfernt.
If present, whitespace characters are removed from the regular expression prior to the matching process.
Trotzdem wird manchmal eine spezielle Route in Stein gegossen, und das Starten der Regular Expression Maschine wäre ein Overkill.
Sometimes, however, a particular route is set in stone, and firing up the regular expression engine would be an overkill.
Beachten Sie, dass einige komplexere Funktionen von Regular Expressions in diesen Sprachen von der Implementierung der Regular Expression in dieser spezifischen Sprache abhängen.
Note that, in these languages, some advanced features of regular expressions may depend on the regular expressions implementation in that specific language.
Der String wird mit Hilfe der Regular Expression '\s' (welches ein Kürzel für das Leerzeichen ist) analysiert.
The string is analyzed using the regular expression '\s' (which is a shortcut for the whitespace character).
Wenn Sie jetzt zum Block 5 von 17 navigieren, sehen Sie, dass diese Bedingung diesen Block an einen neuen Container weiterleitet, da der Block eine Übereinstimmung mit der Regular Expression enthält.
If you now navigate to block 5 out of 17, you can see that this condition redirects that block to a new container, since the block contains a match for the regular expression.
So wird z.B. in der Regular Expression in der Abbildung unten definiert, dass die Eigenschaft (i) einen Namen haben muss, der mit einem Unterstrich beginnt und (ii) als Wert einen Booleschen Wert haben muss.
In the screenshot below, for example, the regular expression specifies that the property must: (i) have a name that begins with an underscore, and (ii) have a boolean as its value.
Haben wir einen Match, kennen wir auch den aufzurufenden Intent und über die Gruppen in der Regular Expression ermitteln wir die Werte zu den ermittelten Slots.
If we have a match, we know the intent we have to call and the values used for the different slots.
Wenn der String "hello" und "world" in zwei verschiedenen Zeilen vorkommt, wird mit der Regular Expression "hello*world" nur gefunden, wenn das Flag/Zeichen s gesetzt wurde.
If the input string contains "hello" and "world" on two different lines, the regular expression "hello*world" will only match if the s flag/character is set.
Die Slot-Werte aus der Utterance haben wir in der Regular Expression durch Gruppen (gekennzeichnet durch die runden Klammern) ersetzt
While converting the utterance from the voice interaction model to a regular expression, we did the following
Mit der Regular Expression [a-z] plus dem i Flag würden alle Buchstaben von a-z und A-Z gefunden.
The regular expression [a-z] plus the i flag would then match all letters a-z and A-Z. x
Ein Pufferüberlauf in der Regular Expression Engine von Perl ermöglicht unter Umständen die Ausführung von beliebigem Code.
A buffer overflow in the Regular Expression engine in Perl possibly allows for the execution of arbitrary code.
Pattern ist ein Vorlage Objekt, eine aus der regular expression kompilierte Version.
Pattern object is the compiled version of the regular expression.
Wenn die Eingaben des Benutzers in diese Felder nicht mit der regular expression in der pattern-Direktive übereinstimmen, wird das Formular nicht gesendet.
If whatever the user inputs into those fields does not match the regular expression in the pattern directive, then the form will not be submitted.