Removes any non-alphanumeric characters - Only allocates a new string if the passed in string is not already normalized
Removes any non-alphanumeric characters - Only allocates a new string if the passed in string is not already normalized
Note: This logic should match reverseLowerAlphanumeric() -- EXCEPT that this implementation now only allocates if it needs to
Replaces any non-alphanumeric characters with collapsed spaces
org.
org.apache.commons.lang3.StringUtils.normalizeSpace
Given the original string and a normalized substring, extract the original version of the normalized substring.
Given the original string and a normalized substring, extract the original version of the normalized substring. e.g. Original: "Foo B.O.S.C.H. Bar" Normalized: "bosch" Result: "B.O.S.C.H."
Note: This logic should match lowerAlphanumeric
org.
org.apache.commons.lang3.StringUtils.stripAccents
Transform the string into something that is URL Friendly.