Hello,
I have a file containing following lines:
AbcTempSpeed
XyzTempSpeed
_XyzSpeed
_ZeroTempSpeed
AbcSpeed
MedianTemSpeed
_AbcTempPressure
I need to find all words which do not include the pattern 'Temp'
('_XyzSpeed' , 'AbcSpeed' and 'MedianTemSpeed' in the above example).
Is this possible using UE regular expressions?
Thanks for any hint.
Regards
Sergeant
I have a file containing following lines:
AbcTempSpeed
XyzTempSpeed
_XyzSpeed
_ZeroTempSpeed
AbcSpeed
MedianTemSpeed
_AbcTempPressure
I need to find all words which do not include the pattern 'Temp'
('_XyzSpeed' , 'AbcSpeed' and 'MedianTemSpeed' in the above example).
Is this possible using UE regular expressions?
Thanks for any hint.
Regards
Sergeant