Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 24, 2010 17:25
Show Gist options
  • Select an option

  • Save abuiles/488833 to your computer and use it in GitHub Desktop.

Select an option

Save abuiles/488833 to your computer and use it in GitHub Desktop.
plural (Noun s) | "y" `isSuffixOf` s
&& length s > 1
&& not (last (init s) `elem` "aeiou") = showString (init s) . showString "ies"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment