rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

use of RegEx as modifier #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RegEx might a be a useful new modifier

Original issue reported on code.google.com by rainer.c...@googlemail.com on 19 Mar 2013 at 11:45

GoogleCodeExporter commented 9 years ago
T3K:

Regular Expression Options
http://pastebin.com/xMr5E77v

this assumes RegexReplace modifier follows same format as Replace modifier

<<Notes.RegexReplace:(Release Date: )[^\r\n],$1 {ReleasedTime}>>

and i will add checks to validate Regular Expressions as well as right click 
inserts for groups (both numbers & names if users decide to use either or both)

the only thing you have to do on top of this is make sure that fieldnames are 
parsed to their values ({ReleasedTime} in this instance) before being passed to 
this function.

Original comment by rainer.c...@googlemail.com on 5 Jun 2013 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by rainer.c...@googlemail.com on 11 Jun 2013 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by rainer.c...@googlemail.com on 17 Jun 2013 at 6:35

GoogleCodeExporter commented 9 years ago
fixed in 1.2.2

Original comment by rainer.c...@googlemail.com on 17 Jun 2013 at 9:40