You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
One more tweak we're now playing with is to allow "open td" abbreviation to match "Open ToDesk" string (the same way as it would match "Open To Desk"). This is useful for capitalized names which are frequent in engineering companies.
}elseif(SCORE_CAMEL_CASE_WORD_JUMP>0&&isUpperCase(string.charAt(index))&&!isUpperCase(string.charAt(index-1))){score*=SCORE_CAMEL_CASE_WORD_JUMP;}elseif(functionisUpperCase(char){// checks if the character is an uppercase (unicode safe)returnchar.toLocaleUpperCase()===char;}