Opened 6 years ago

Last modified 6 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)

issue225_new_split_method_and_alias.7z (2.1 KB ) - added by patrik.svestka@… 6 years ago.
New method asCollectionOfSubCollectionsSeparatedByAnyForWhich:withSeparatorIncluded: and alias splitByAnyForWhich:withSeparatorIncluded:

Download all attachments as: .zip

Change History (3)

by patrik.svestka@…, 6 years ago

New method asCollectionOfSubCollectionsSeparatedByAnyForWhich:withSeparatorIncluded: and alias splitByAnyForWhich:withSeparatorIncluded:

comment:2 by patrik.svestka@…, 6 years ago

Status: newtesting
Note: See TracTickets for help on using tickets.