ConFoo Montreal 2026: Call for Papers

Voting

: min(zero, two)?
(Example: nine)

The Note You're Voting On

Munin
9 years ago
preg_match('{[}]}', ''); // Warning: preg_match(): Unknown modifier ']'

preg_match('{[\}]}', ''); // OK

<< Back to user notes page

To Top