This page summarizes Working With
Strings tutorial. The procedures, functions, and keywords
implemented are organized into three tables: Intrinsic IDL Routines; Goddard Library Routines; and idlutils Routines. You should become familiar
and comfortable with the procedures and functions listed here by
reading the documentation. Functions are distinguished from
procedures by having parenthesis at the end. Note that some routines
not explicitly included in the tutorial have been added.
Intrinsic IDL Routines
| PROGRAMS & FUNCTIONS | KEYWORDS |
| string() | format= |
| strlen() |   |
| strupcase() |   |
| strlowcase() |   |
| strsplit() | count=, /regex, /fold_case, /extract |
| stregex() | /boolean, /extract, length=, /subexpr, /fold_case |
| strcompress() | /remove_all |
| strtrim() |   |
| strpos() | /reverse_offset, /reverse_search |
| strmid() | /reverse_offset |
| strjoin() | /single |
| strput |   |
| strcmp() | /fold_case |
| strmatch() | /fold_case |
Last update 2003 Nov 12. Email
J. Moustakas with questions or comments.