Regular Expressions 101

Community Patterns

Variations of the word 'Realtime'

0

Regular Expression
PCRE (PHP <7.3)

/
\s\(?Real[-\s]*time\)?
/

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 - 5 years ago