Closed mariusandra closed 5 days ago
A user reported that effectively null =~ 'anything' will equal 'null' =~ 'anything'
null =~ 'anything'
'null' =~ 'anything'
Better null handling for regex functions, both match and the comparison objects.
match
Made a new nulls.hog test.
nulls.hog
Size Change: 0 B
Total Size: 1.16 MB
compressed-size-action
Problem
A user reported that effectively
null =~ 'anything'
will equal'null' =~ 'anything'
Changes
Better null handling for regex functions, both
match
and the comparison objects.How did you test this code?
Made a new
nulls.hog
test.