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: