Skip to content

Instantly share code, notes, and snippets.

@rassie
Created January 31, 2009 01:17
Show Gist options
  • Save rassie/55390 to your computer and use it in GitHub Desktop.
Save rassie/55390 to your computer and use it in GitHub Desktop.
" nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2; "
$code =~ s/([^_a-zA-Z0-9])([_a-z][_A-Za-z0-9]*)([^_a-zA-Z0-9])/$1\$$2$3/g;
" $nplurals=3; $plural=n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2; "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment