id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

stripID


create a function stripID(String title) that will get the idea out of the title, which will look like "Jack Borland<23423@portlandschools.org>"


stripID("Jack Borland<23423@portlandschools.org>") → "23423"
stripID("Alma Wallace<421211@portlandschools.org>") → "421211"
stripID("Peter Pan<9764211@neverland.org>") → "9764211"

...Save, Compile, Run (ctrl-enter)

public String stripID(String title) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Copyright Nick Parlante 2017 - privacy