Faculty of Information Technology
Software Engineering Group

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)

issue225_new_split_method_and_alias.7z (2.1 KB) - added by Patrik Svestka 5 years ago.
New method asCollectionOfSubCollectionsSeparatedByAnyForWhich:withSeparatorIncluded: and alias splitByAnyForWhich:withSeparatorIncluded:

Download all attachments as: .zip

Change History (3)

Changed 5 years ago by Patrik Svestka

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

comment:2 Changed 5 years ago by Patrik Svestka

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