Skip to content

Instantly share code, notes, and snippets.

@Erinziyi
Created October 14, 2019 08:45
Show Gist options
  • Select an option

  • Save Erinziyi/7a4e7f37f6d6e01e2099e8407497efc6 to your computer and use it in GitHub Desktop.

Select an option

Save Erinziyi/7a4e7f37f6d6e01e2099e8407497efc6 to your computer and use it in GitHub Desktop.
main() {
var name = domain(portalId:'wilson');
print(name);
}
domain({String portalId}) {
var url = "https://%12345%.peopleaps.com";
return url.replaceAll('%12345%', portalId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment