Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Created July 12, 2020 04:25
Show Gist options
  • Save sstadelman/cbec316c0ff0e8c80a256374482f3f4a to your computer and use it in GitHub Desktop.
Save sstadelman/cbec316c0ff0e8c80a256374482f3f4a to your computer and use it in GitHub Desktop.
String + Lookahead capture
extension String {
var lookaheadCapture: String {
#"\s?\#(self)\s+(?<\#(self)>(\S++))"#
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment