I am trying to partition data on wether it matches a regex or not. The column contains the value 00000000081.48 and the expression is
str:matches(record:value('/OUT_HD_CURR_BAL'), '[0-9]+\.[0-9]+')
But it is behaving as if the output is false. Is anything wrong with the regex?