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
Refactored str_uniq to simplify logic and to fix an issue where function may not return all unique entries of a delimited string if items have similar substrings.
Fixed bugs in str_count, str_replace, and str_uniq where scanning past the length of the input character string would cause a program to crash with newer versions of Intel Fortran compiler.
Fixed an issue with str_uniq that would cause crashes when performing on a long string. The exact threshold for what is considered "long" is unknown, but my crashes were occurring with 500+ length strings.