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_html_output/ToBeReviewed/STRING/strsed.html

    r338 r402  
    187187         
    188188            <div class="comments"> 
    189  Indicates that the regular expression matching should be done in a case-insensitive fashion. 
     189 Indicates that the regular expression matching should be done in  
     190 a case-insensitive fashion. 
    190191</div> 
    191192             
     
    194195          <h3>Examples</h3><div class="preformat"> 
    195196 
    196     IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
    197     IDL> print, strsed(abc, 'm', 'M') 
     197   IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
     198   IDL> print, strsed(abc, 'm', 'M') 
    198199    abcdefghijklMnopqrstuvwxyz 
    199     IDL> print, strsed(abc, 'm.*t', 'M_T') 
     200   IDL> print, strsed(abc, 'm.*t', 'M_T') 
    200201    abcdefghijklM_Tuvwxyz 
    201     IDL> a = 'abcabcabc' 
    202     IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     202   IDL> a = 'abcabcabc' 
     203   IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    203204    <Expression>    STRING    = Array[3] 
    204     IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     205   IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    205206    XXX_defghijklmnopqrstuvwxyz XXX_XXX_XXX_ eee 
    206207</div> 
     
    208209           
    209210          <h4>Version</h4><div class="preformat"> 
    210  $Id: strsed.pro 327 2007-12-13 16:22:35Z pinsard $</div> 
     211 $Id: strsed.pro 372 2008-08-08 12:31:53Z pinsard $</div> 
    211212          <h4>History</h4><div class="preformat"> 
    212213 Sept 2006: Sebastien Masson (smasson@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.