Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsed.html

    r338 r402  
    157157 
    158158     
    159  Indicates that the regular expression matching should be done in a case-insensitive fashion. 
     159 Indicates that the regular expression matching should be done in  
     160 a case-insensitive fashion. 
    160161 
    161162     
     
    164165    <h3>Examples</h3><pre> 
    165166 
    166     IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
    167     IDL> print, strsed(abc, 'm', 'M') 
     167   IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
     168   IDL> print, strsed(abc, 'm', 'M') 
    168169    abcdefghijklMnopqrstuvwxyz 
    169     IDL> print, strsed(abc, 'm.*t', 'M_T') 
     170   IDL> print, strsed(abc, 'm.*t', 'M_T') 
    170171    abcdefghijklM_Tuvwxyz 
    171     IDL> a = 'abcabcabc' 
    172     IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     172   IDL> a = 'abcabcabc' 
     173   IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    173174    <Expression>    STRING    = Array[3] 
    174     IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     175   IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    175176    XXX_defghijklmnopqrstuvwxyz XXX_XXX_XXX_ eee 
    176177 
     
    178179     
    179180    <h4>Version</h4> 
    180  $Id: strsed.pro 327 2007-12-13 16:22:35Z pinsard $ 
     181 $Id: strsed.pro 372 2008-08-08 12:31:53Z pinsard $ 
    181182    <h4>History</h4> 
    182183 Sept 2006: Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.