Skip to content
  • Behdad Esfahbod's avatar
    [fcformat] Add element filtering and deletion · 8c31a243
    Behdad Esfahbod authored
    The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr
    with a pattern only having the listed elements from the surrounding
    pattern.
    
    The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr
    with a the surrounding pattern sans the listed elements.
    8c31a243