Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Created July 12, 2020 04:25
Show Gist options
  • Save sstadelman/ba7143cdae5969f60045e839ff92deda to your computer and use it in GitHub Desktop.
Save sstadelman/ba7143cdae5969f60045e839ff92deda 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