[F8] removing all instances of a string from an array?

Hey is there an easy way of removing all instances of a string from an array?

Say i had, [0] forward, [1] forward, [2] right, [3] crash, [4] crash, [5] crash
(this structure will change)

How would i remove all “crash” instances? the splice method just doesn’t cut it =/