Opened 5 years ago
Last modified 5 years ago
#225 testing defect
Missing a method which would split a string with separator included
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
I need a method which would enable me to split a string based on condition with the separator included.
For example a string:
'helloWorldHereICome'.
Would then split into:
StringCollection('hello' 'World' 'Here' 'I' 'Come')
Attachments (1)
Change History (3)
Changed 5 years ago by
Attachment: | issue225_new_split_method_and_alias.7z added |
---|
New method asCollectionOfSubCollectionsSeparatedByAnyForWhich:withSeparatorIncluded: and alias splitByAnyForWhich:withSeparatorIncluded:
comment:2 Changed 5 years ago by
Status: | new → testing |
---|
Note: See
TracTickets for help on using
tickets.
A solution with tests.
https://swing.fit.cvut.cz/projects/stx-jv/attachment/ticket/225/issue225_new_split_method_and_alias.7z