Regular Expressions 101

Community Patterns

1...56789...299

Match leading number of port and replace it with another

-1

Regular Expression
PCRE2 (PHP >=7.3)

/
100(\d{2})
/
gm

Description

the point is to help replace leading number with another number to prevent some services uses same port

Submitted by anonymous - 10 months ago