Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public String generateFullName(){ // Generate the name
- String teamPattern = "[MW3-%s]";
- String teamName = "apple";
- return teamPattern.formatted(teamName); // <- Gets saved on a remote location
- }
- public String extractTeamName(String fullName, String teamPattern) {
- //return ?
- }
Advertisement
Add Comment
Please, Sign In to add comment