- VS Code
- .NET Interactive Notebooks extension
When you open the .dib
file you will get the following popup:
Click the button [Ignore]
If not ignored some regex examples will fail
When you have done that you're ready to present about Regex!
Both parts are about 30 minutes to present.
However I do not recommend to present both in one session since that can be a lot of information.
The file to present is RegExp.dib
NOTE: for presenting this presentation you will have a live coding exercise to show the power of named group capture
The MIT License is directed to the RegExp.dib
file only!
I do not own the images, nor know the creators of them or have a license to show said images.
If you are a creator of one of them and want your image to be removed contact me via Twitter.
If you are a creator and want recognition of a image contact me via Twitter and I will add it.
My Twitter @TessavWalstijn
- JavaScript | MDN - Regular expression syntax cheetsheet
- Regex101: build, test, and debug regex
Show explanations what specific elements in your RegEx do. Different engines available to test- PHP
- ECMAScript
- Python
- Golang
- Java 8
- .NET (C#)
- RegExr: Learn, Build, & Test RegEx
Shows the breakdown of your RegEx below on how it is split up. Has a library to search specific regex elements. Only tests on ECMAScript engine Has a small cheetsheet