Separate the house number from the street name: Difference between revisions

Changed task description to include a suggested approach. Removed bonus aspect (see Talk page).
(Changed task description to include a suggested approach. Removed bonus aspect (see Talk page).)
Line 4:
;Task:
 
Write code that correctly separates the house number from the street name and presents them both.
and presents them both.
<em>No static data must be shown, only processed data.</em>
 
* For bonus Kudos: Make the splitting also valid for more countries.
The suggested approach is to either use the regular expression in the Scala entry or to devise an equivalent algorithm.
 
The test-set:
9,485

edits