Learn Java Programming - Regex Boundaries Tutorial

Publié le: 28 février 2016
sur la chaîne: Daniel Ross
1,538
25

Regex boundaries allow you assert things about where a token can exist in a search string. Let's imagine for a moment that we want to make sure that the first three characters of a string are actually digits followed by a dash(-). We would do this using the caret(^) metacharacter which instructs the regex engine to make sure the token to the right is the first thing in the beginning of a line.
"^(\\d){3}-" · "867-5309" will return TRUE when invoking the .find() method.


Sur cette page du site, vous pouvez voir la vidéo en ligne Learn Java Programming - Regex Boundaries Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Daniel Ross 28 février 2016, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,538 fois et il a aimé 25 téléspectateurs. Bon visionnage!