Topic: Regular Expression
Hi Tobias,
Could you write some hits to recular expression that can be used with SI 2.0 ?
for example i need to get both these title (number aren't constant)
ITOR: 00E3B640 BO:00E32FB0
ITOR: 00E3B640 BN:00E36ED8 (Level)
so i tried with the following RegEx
ITOR.*(BO|Level)
but it's doesnt work
Again i tried with
(ITOR.*BO)|(ITOR.*Level)
but also this doesn't work
In both cases Si get only the first match (ITOR.*BO)
Regards
Ing Giuseppe Monteleone
