Lookbehind support in Swift Regex?

There is a Lookahead struct, but no Lookbehind struct. Is there a way I can get lookbehinds / negative lookbehinds with Swift Regex?

Lookbehind support in Swift Regex?
 
 
Q