As we see in the image below, Geany uses regular expressions to modify the source code.
I used a regular expression: ["\# >>>"]*(.*)
to replace the # >>>
with nothing.
More about regular expressions on Wikipedia.
As we see in the image below, Geany uses regular expressions to modify the source code.
I used a regular expression: ["\# >>>"]*(.*)
to replace the # >>>
with nothing.
More about regular expressions on Wikipedia.