The STR_SEP function divides a string into pieces as designated by a separator string. STR_SEP returns a string array where each element is a separated piece of the original string.
This routine is written in the IDL language. Its source code can be found in the file
str_sep.pro
in the
lib
subdirectory of the IDL distribution.
Set this keyword to remove leading and trailing blanks from each element of the returned string array. TRIM performs STRTRIM( String , 2).