Designing Regular Expressions with Visual Studio Code (VSCODE) - Without Memorizing the Patterns
Описание
Please Like Share Comment and Subscribe
Regular Expression
In this video we are going to learn about regular expressions and how to use them with a demo
We are not going to target a specific language as regular expressions applicable to any language.
So regular expressions help you to match a specific text using a pattern. You can create a regular expression for just about any pattern like email address,urls, images, phone numbers, zip code etc.
I am going to be using Visual Studio Code Find to match a regular expression and the result should be immediately visible in the editor window. You can simply follow along or practice with me. You can pause the video or play it back slower or faster as it suits you.
Also don't forget to like, share and subscribe to my channel if you like this video. This helps my channel grow and helps others users like you find this kinda content . Lets get started :)
how to match .
match a url
match a digit 0-9 \d
not a digit \D
word \w not word \W
white space \s not white space \S
word boundary \b not word boundary B
begin of string ^
end of string $
match chars in [ ] []
match chars not in [ ] [^ ]
either Or |
Рекомендуемые видео


















