Regular Expressions 101

Community Patterns

IME14

1

Regular Expression
ECMAScript (JavaScript)

/
(R(?!(JN\.P)).*)|L(?!ALT\.OQ$).*
/

Description

Remove RJN.P and LALT.OQ

Submitted by HZ - 8 years ago