Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-02-21 18:36
Flavor·PCRE (Legacy)

/
\s\(?Real[-\s]*time\)?
/
Open regex in editor

Description

##Purpose## Remove the word 'Realtime', its various alternatives, and any surrounding, unnecessary, characters, from a list of strings. Examples of the alternative phrases are Real-time, (Realtime), - Realtime, RT, and so on.

Submitted by anonymous