Hi all,

Could someone provide me an example 'to lowcase' a vtkStdString ?
I would like to apply a tolower() method but don't know how.

     vtkStdString units;
     if (units.find(" since ") != vtkStdString::npos)
        {
        ...

Thanks
Patrick


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to