reasonableframework icon indicating copy to clipboard operation
reasonableframework copied to clipboard

[helper/string.utils] make rules of 'array_filter' for `0` value

Open gnh1201 opened this issue 4 years ago • 0 comments

[helper/string.utils] make rules of 'array_filter' for 0 value

currently: ['0', '', null, false, '', 'hello', 'world'] -> ['hello', 'world']

enhance: ['0', '', null, false, '', 'hello', 'world'] -> ['0', 'hello', 'world']


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

gnh1201 avatar Feb 19 '20 11:02 gnh1201