singularize() public static method
Returns the singular of the $word
| public static string singularize ( $word ) | ||
|---|---|---|
| $word | string |
The english word to singularize |
| return | string |
Singular noun. |
singularize() public static method
Returns the singular of the $word
| public static string singularize ( $word ) | ||
|---|---|---|
| $word | string |
The english word to singularize |
| return | string |
Singular noun. |
Please login to continue.