Closed m-ender closed 8 years ago
T stages default to the regex [\s\S]+ because an empty regex makes the stage a no-op. The same is true for sort stages, so a default regex would be useful. Probably .+ so that it sorts lines by default.
T
[\s\S]+
.+
Implemented (as .+) in bcf6ec5.
T
stages default to the regex[\s\S]+
because an empty regex makes the stage a no-op. The same is true for sort stages, so a default regex would be useful. Probably.+
so that it sorts lines by default.