Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehHere's the filter:
--------------------------------------
node:test
bretype:core::Filter
editor:Label=test
editor:sortkey=537518eb0f24124c_3
input:@40fd2c74167f1ca2/=Static_Data.40fe6c55598828e5
output:@40fd2c7420761db6/=
prop:Script=<<EOX
val = "eElkj".regexMatch("E")
val1 = val.getItem(0)
emit val1
EOX
editor:XY=140,340
end:test
--------------------------------------
I learned the hard way that the regexMatch is returning a list of lists. This is indeed documented. The error message, however, could be a littler clearer.