![]() |
|
![]() |
Left FunctionThe Left function in Expression Builder returns a specified number of characters from the left side of a string. SyntaxLeft(string, length) Result TypeString ArgumentsThe following table describes the arguments for the function.
ExamplesIf the current user's email address is john.doe@oracle.com, the following example returns the value john: Left(UserValue('<EMailAddr>'), 4) Related InformationSee the following topics for related Expression Builder information: | ||||||||
Published May 2008 |