Hello SEC Users,
I have a question about match variables of EVENTGROUP RULE. For example:

type=EventGroup4
ptype=RegExp
pattern=(\d+)A
ptype2=RegExp
pattern2=(\d+)B
ptype3=RegExp
pattern3=(\d+)C
ptype4=RegExp
pattern4=(\d+)D
desc=test
action=write - $1, $2, $3, $4 at %t.
window=10

Then input:
1A
2B
3C
4D
It can output 1,2,3,4 at...

Is there any method that can modify the example to match every patterns' (
) content?
Thanks,
Jia
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to