Changes between Version 13 and Version 14 of Tools


Ignore:
Timestamp:
2013-07-09T17:28:43+02:00 (11 years ago)
Author:
pmaugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools

    v13 v14  
    1818 
    1919 * Orchidee can be launched within the debugger IDB. A great way to make debugging more efficient. See [Tools/DeBugging DeBugging] page for details. 
     20 
     21= Regular expressions =  
     22 
     23 * A regular expression (regex or regexp for short) is a special text string for describing a search pattern. They are used by various shell tools like grep, sed, awk, gawk or emacs to manipulate automatically files and strings. Their powerful specifications allow to do massive modifications in scripts, programs, data files and so on. 
     24   They are intensely used in the process preparing the Orchidee fortran files for assimilation.[[BR]] 
     25 
     26   You can find reference sheets [http://www.regular-expressions.info/quickstart.html here] and on [http://fr.wikipedia.org/wiki/Regular_expressions Wikipedia]