mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This will expand the replace (format) string using the captures of each match and copy each expansion to the pasteboard. For example searching for `object->(\w+)\()` with replace set to `$1` will copy only the function name from each invocation.