Factory to create a string comparator which compares strings respecting numeric parts of the given strings.
The comparator splits the input into string and numeric parts to compare them separately.
Parameters
locale: string = ...
locale, e.g. en or de.
ignoreCase: boolean = true
true, if strings should be compared ignoring case, otherwise false.
Factory to create a string comparator which compares strings respecting numeric parts of the given strings. The comparator splits the input into string and numeric parts to compare them separately.