Quote:
Originally Posted by macropod
You could use a wildcard Find/Replace with:
Find = ([0-9]{4}.)^32
Replace = \1^t
|
But that's RegEx! I am afraid of RegEx. In forums I always hear that there are 42792 versions of RegEx, so I have never tried it. Maybe I should. Is there a RegEx for Dummies somewhere? Best with a descriptions of the differences between the main
Quote:
Originally Posted by macropod
This will put tabs after
18 septembre 1832.
and
14 janvier 1871.
|
I need a tab before AND after the date.
18 septembre 1832 is de date I need, and it's the only date. I cannot have a Tab after 14 Janvier 1871.
Enfin, merci pour votre essay de m'aider!
Leo