Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-30 18:18
Flavor·PCRE2 (PHP)

/
\$\{[A-Z0-9_][^ :\#\<%\/\$\{\}]+\}
/
Open regex in editor

Description

Matches a shell-style (bash, sh, zsh, etc.) parameter expansion reference.

Submitted by anonymous