|
3 veckor sedan | |
---|---|---|
.. | ||
examples | 10 månader sedan | |
.prettierrc.json | 3 år sedan | |
GDResource.tmLanguage.json | 1 år sedan | |
GDScript.tmLanguage.json | 3 veckor sedan | |
GDShader.tmLanguage.json | 1 år sedan | |
README.md | 4 år sedan |
You can find the regex syntax that VSCode uses here.
When creating regexes it is sometimes useful to test against a data set.
Regex101 allows for pretty good match testing. Unfortunately, it does not support the regex (Ruby) version that TextMate uses.
ExtendsClass's regex engine does support the Ruby variant, but the match testing experience is not as good. However, it automatically generates an FSM for your regex, which is very useful when debugging.