Several new Core features:
- new TPRegexp class by Eddy Offermann using the PCRE library for powerful regexp matching. TPRegexp is fully integrated in TString and can be used like TRegExp. For more see the TPRegexp clas description. - Extended TString::Atoi(), Atof(), IsDigit() and new IsFloat() by John Frankland. For more see the method description. git-svn-id: http://root.cern.ch/svn/root/trunk@13456 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- Makefile 6 additions, 6 deletionsMakefile
- base/Module.mk 7 additions, 4 deletionsbase/Module.mk
- base/inc/LinkDef2.h 2 additions, 1 deletionbase/inc/LinkDef2.h
- base/inc/TPRegexp.h 85 additions, 0 deletionsbase/inc/TPRegexp.h
- base/inc/TString.h 13 additions, 7 deletionsbase/inc/TString.h
- base/src/TPRegexp.cxx 470 additions, 0 deletionsbase/src/TPRegexp.cxx
- base/src/TString.cxx 112 additions, 6 deletionsbase/src/TString.cxx
- config/Makefile.in 4 additions, 0 deletionsconfig/Makefile.in
- configure 42 additions, 2 deletionsconfigure
- test/tstring.cxx 17 additions, 1 deletiontest/tstring.cxx
Loading
Please register or sign in to comment