[Solved]Regular Expression in FIlter Example


Hi every,
I have a dataset with an attribute with values d_[number], i_[number] , p_[number],
I'd like to know how I can use regular expression in filtering examples, and how I can parse numbers out of values of an attribute,
So I will be able to filter those examples which start with d_ and parse the number in this value,
I'd be happy if you could help me,
Thanks ,
Arian
I have a dataset with an attribute with values d_[number], i_[number] , p_[number],
I'd like to know how I can use regular expression in filtering examples, and how I can parse numbers out of values of an attribute,
So I will be able to filter those examples which start with d_ and parse the number in this value,
I'd be happy if you could help me,
Thanks ,
Arian
0
Answers
here you go! The first two operators are just to prepare the data.
Best, Marius
It's solved