Regular Expressions 101

Community Patterns

Find all drives not the primary logical

1

Regular Expression
PCRE (PHP <7.3)

/
\/dev\/sd[a-z][a-z]?(?<!\/dev\/sda)
/
g

Description

no description available

Submitted by Cm - 10 years ago