See org.apache.commons.lang3.text.WordUtils.capitalizeFully
See org.apache.commons.lang3.text.WordUtils.capitalizeFully
See org.apache.commons.lang3.text.WordUtils.capitalize
See org.apache.commons.lang3.text.WordUtils.capitalize
Same as String.intern but safe for use when the string is null (i.e.
Same as String.intern but safe for use when the string is null (i.e. it just returns null)
See fm.common.Normalize.lowerAlphaNumeric
See fm.common.Normalize.lowerAlphaNumericWords
Unlike toBoolean/toBooleanOption/isBoolean this method will attempt to parse a boolean value from a string.
If this string does not start with the lead param then return a new string with it added to the start of the string
If this string does not start with the lead param then return a new string with it added to the start of the string
TODO: is there a better name for this?
If this string does not ends with the trail param then return a new string with it added to the end of the string
If this string does not ends with the trail param then return a new string with it added to the end of the string
TODO: is there a better name for this?
If this string starts with the lead param then return a new string with lead stripped from the start
If this string starts with the lead param then return a new string with lead stripped from the start
NOTE: The same functionality is available in Scala's StringOps.stripPrefix
If this string ends with the trail param then return a new string with trail stripped from the end
If this string ends with the trail param then return a new string with trail stripped from the end
NOTE: The same functionality is available in Scala's StringOps.stripSuffix
If the string is blank returns None else Some(string)
A shortcut for "new java.io.File(s)"
Truncate the string to length if it is currently larger than length.
Truncate the string to length if it is currently larger than length.
Note: The resulting string will not be longer than length. (i.e the omission counts towards the length)
The length to truncate the string to
If the string is truncated then add this to the end (Note: The resulting still will be at most length)
See fm.common.Normalize.name