Information icon IBM InfoSphere DataStage and InfoSphere QualityStage, Version 8.5
space Feedback

TrimF Function

Trims leading spaces and tabs from a string.

Syntax

TrimF (string)

string is the string that contains the leading spaces. If string is a null value, null is returned.

Example

MyStr = TrimF("   String  with   whitespace  ")
* ...returns "String  with   whitespace  "

PDFThis topic is also in the IBM InfoSphere DataStage Server Job Developer's Guide.

Update timestamp Last updated: 2010-09-30