Hi everyone.
There is an error in "Parse Text" block.
I was testing this block and get some problem on "Positions" output when I test it with multiple matches option.
I test it with a regular expression to get no matches and get "Positions = -1", but this variable output is empty (Positions = [] ).
Desktop. version 2.34.181.23193. Spanish language.
===Data input ===
Text Input:
B:\Users\siNaBEC\ <--- with a blank space at end of string to get NO Match
C:\Users\SiNaBEC
D:\Users\sinabec\
A:\Users\siNaBEC\
just another text
RegEx Code (to get No Matches)
.*\\xxx[\t\n\r\f\v]*(?=\n|$) <---Delete "xxx" to get 2 matches "D:\ and A:\ lines"
Input Position = 0
Only first match = False <--- Because I'm testing multiple matches
Insensitive Text = True
=== OUTPUTS ===
Matches = [] <---This is OK
Positions = [] <---THIS IS NOT OK, I expect a -1 value.
Does somebody has the Parse Text block issue... or it's my software version????