The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[Solved]Regular Expression in FIlter Example
aryan_hosseinza
Member Posts: 74 Contributor II
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