Posted 19 years ago
by MJA
- Belgium
I want to insert a string at the beginning of lines.
So, I use ^ as the character to find.
Nothing is inserted. The find fails.
Is this the right way ?
-------------------------------------------------------
I want to discard the 6 first characters of lines.
I use ^...... as expression to find and nothing or a space as replacing character.
Replacement is recursive and all my text disappears.
You can test these two cases in the demo program.
So, I use ^ as the character to find.
Nothing is inserted. The find fails.
Is this the right way ?
-------------------------------------------------------
I want to discard the 6 first characters of lines.
I use ^...... as expression to find and nothing or a space as replacing character.
Replacement is recursive and all my text disappears.
You can test these two cases in the demo program.