-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
c:splittersenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement
Description
- The splitter should discard leading & trailing whitespace
- Add another splitter for splitting on ASCII-only whitespace?
- Name the ASCII one "
SpaceSplitter" and the Unicode one "UnicodeSpaceSplitter"
- Name the ASCII one "
- Add a
read_*()function that splits on whitespace? - Add an option for translating to a single space?
- Don't break on non-breaking spaces?
- Define "space" by
str.isspace()?
Metadata
Metadata
Assignees
Labels
c:splittersenhancementNew feature or request thereforNew feature or request thereforunder considerationDev has not yet decided whether or how to implementDev has not yet decided whether or how to implement