Geany and regular expressions – part 001.

As we told in another tutorial about Geany editor, we can use regular expressions to change text or source code.
In this example, Geany uses regular expressions ( keys Ctr + h) to remove the rows with numbers.
I use this [0-9\. ]*$ syntax.
Please see in the image below:
tutorial
regular expression

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.