Documentation missing example for String.any and String.all
Orasund opened this issue · 0 comments
Orasund commented
From a discussion on discourse we noticed that the documentation of String.all and String.any are missing an example for the empty String.
any isDigit "" == False
all isDigit "" == True