Index of Public Functions and Variables in inflections

This page has an alphabetical index of all the documented functions and variables in inflections.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 add-irregular                function      inflections        Adds the given word to *irregular-words*..

B


C

 camelize                     function      inflections        By default, camelize converts strings to UpperCame...
 capitalize                   function      inflections        Returns a string with the first character of the w...

D

 dasherize                    function      inflections        Replaces all underscores in the word with dashes. ...
 delete-irregular             function      inflections        Deletes the given word from *irregular-words*..
 demodulize                   function      inflections        Removes the module part from the expression in the...

E


F

 foreign-key                  function      inflections        Creates a foreign key name from a class name. The ...

G


H

 hyphenize                    function      inflections        Returns a string by threading word, which can be a...

I

 irregular!                   function      inflections        Define words that are irregular in singular and pl...
 irregular?                   function      inflections        Returns true if the given word is irregular, else ...

J


K


L


M


N

 normalize                    function      inflections        Normalize a word..

O

 ordinalize                   function      inflections        Turns a number into an ordinal string used to deno...

P

 parameterize                 function      inflections        Replaces special characters in a string so that it...
 plural!                      function      inflections        Define rule(s) to map words from singular to plura...
 pluralize                    function      inflections        Returns the plural of the given word.  Example: (p...

Q


R

 reset-irregular-words!       function      inflections        Resets the irregular words..
 reset-plural-rules!          function      inflections        Resets the rules used to map from singular to plur...
 reset-singular-rules!        function      inflections        Resets the rules used to map from plural to singul...
 reset-uncountable-words!     function      inflections        Resets the uncountable words..

S

 singular!                    function      inflections        Define rule(s) to map words from singular to plura...
 singularize                  function      inflections        Returns the singular of the given word.  Example: ...

T


U

 uncountable!                 function      inflections        Adds the given word(s) to the list of uncountable ...
 uncountable?                 function      inflections        Returns true if the given word is uncountable, els...
 underscore                   function      inflections        The reverse of camelize. Makes an underscored, low...

V


W


X


Y


Z


Other


Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.