Difference between revisions of "Documentation:How to use the Parser"

Jump to navigation Jump to search
Line 127: Line 127:


To use regular expressions you need a special text editor that programmers use. The one I’m using is VSCode. You can download it [https://code.visualstudio.com/ here]. Don’t worry, you don’t need to be a programmer to use it. Treat it as just a text editor. Your workflow will be:  
To use regular expressions you need a special text editor that programmers use. The one I’m using is VSCode. You can download it [https://code.visualstudio.com/ here]. Don’t worry, you don’t need to be a programmer to use it. Treat it as just a text editor. Your workflow will be:  
Create new file, paste the text into it, do replacements. Before doing searching and replacing don’t forget to press the button with dot and asterisk to activate regular expressions:
Create new file, paste the text into it, do replacements. Before doing searching and replacing don’t forget to press the button with a dot and an asterisk to activate regular expressions:


[[File:SearchWithRegExp.png]]
[[File:SearchWithRegExp.png]]

Navigation menu