Hi!
I'm trying to write a regular expression into StringSearcher so I can extract specific attributes. Those are numbers looking like this:
1234/123 or 1234/1234
I can't just use a filter with "contains /", because there are some other attribute values also with /. They have to be specifically looking like in my example (well, the numbers can be any). It's mainly the aspect and structure that has to be like this. Any help? I don't have much idea on how to write expressions...
Thanks in advance!!