nsubstitute-if
nsubstitute-if is an alias for `cl-nsubstitute-if' in `cl.el
'.
(nsubstitute-if NEW PREDICATE SEQ [KEYWORD VALUE]...)
Substitute NEW for all items satisfying PREDICATE in SEQ.
This is a destructive function; it reuses the storage of SEQ whenever possible.
Keywords supported: :key :count :start :end :from-end