Click here to Skip to main content
15,885,780 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
cutName("Douglas Crockford") should return ["Douglas", "

What I have tried:

cutName("Douglas Crockford") should return ["Douglas", "Crockford"]
Posted
Updated 11-Apr-18 20:55pm
Comments
GKP1992 12-Apr-18 1:43am    
Tried string Split()?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900