Matches activity matches but doesn't work

hello,
i use studio version of 2020.10.6
1 of my matches activity is working but the other one is not working
not working matches:

The type and value
IEnumerable and CastIterator { }

and i try my pattern on regex101 it works properly

need some help
best regards,

Hi,

It might be linebreak matter.
Can you try the following pattern?

(?<=\s0,00\r?\n)\d+\W\d+

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.