return a string in a friendly format
string friendlyTitle([bool? forceCase]) => camelSplitString.replaceAll("_", " ").fixText.removeLastAny(endOfSentenceChars).toTitleCase(forceCase);