Skip to content

Instantly share code, notes, and snippets.

@szmeku
Last active June 5, 2018 09:23
Show Gist options
  • Save szmeku/063dfc8aa835aa35d7841520d424116e to your computer and use it in GitHub Desktop.
Save szmeku/063dfc8aa835aa35d7841520d424116e to your computer and use it in GitHub Desktop.
s.match(/get(.*)\(/g).map(_.pipe(
_.replace('get',''),
_.replace('(', ''),
_.over(_.lensIndex(0), _.toLower),
_.join(''),
)).join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment