8000 GitHub - hamedmirzaei/java-core: This repository is gonna be all my java core tests and samples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hamedmirzaei/java-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java_core

This repository is gonna be all my java core tests and samples

ExampleFromCodalityOnJava8.java

This example is going to make email addresses for a company personal. It takes personal names in a string each one separated by ";". They may have middle name and their names can contain "-". The resulting email for each personal should be like "firstLetterOfFirstName_familyNameWithoutDash@companyName.com" all in lower case letters. In case of redundant emails, add index 2, 3 and so on to them (the first one does not have 1 at the end). At the end concat all the emails by ";" as a single string.

About

This repository is gonna be all my java core tests and samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0