Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-13 23:10
Flavor·PCRE2 (PHP)

/
^(?'username'.*):.*:(?'UID'.*):(?'GID'.*):(?'GECOS'.*):(?'home'.*):(?'shell'.*)$
/
gm
Open regex in editor

Description

Pull out fields in /etc/password and group.

Submitted by anonymous