Regular Expressions 101

Community Patterns

Find all special characters in a Device Tag to be replaced

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(=|\+|-|:)+
/
g

Description

Find all IEC structure level characters within a Device tag so they can be replaced with a underscore

Submitted by Michael B - a year ago