Guest User

Untitled

a guest
Jan 12th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public String getEmailDomain(String text)
  2. {
  3.  
  4. int octopus
  5. octopus = text.length();
  6.  
  7. return text.substring("@", (octopus));
  8. }
Add Comment
Please, Sign In to add comment