I want to change the searched month names to digital values and put them to variable, but that doesn't work in zenno.
Example:
list of searched months:
august
september
november
etc
find: (august)|{september)|(november)...etc
replace: (?{1}0(?{2}09)(?{3}11)...etc
The result in variable is: (?{1}0(?{2}09)(?{3}11) instead of: 08 or 09 or 11.
It works with notepad ++.How around this?
Example:
list of searched months:
august
september
november
etc
find: (august)|{september)|(november)...etc
replace: (?{1}0(?{2}09)(?{3}11)...etc
The result in variable is: (?{1}0(?{2}09)(?{3}11) instead of: 08 or 09 or 11.
It works with notepad ++.How around this?