Regular Expressions 101

Community Patterns

IRC protocol arguments parsing

0

Regular Expression
PCRE (PHP <7.3)

/
^([a-zA-Z]+)!([a-zA-Z]+)@([a-zA-Z0-9.-]+)$
/
gm

Description

select and retrieve information form IRC client to client prefix

Submitted by Kerosene2000 - 8 years ago