![]() |
|
![]() |
Right FunctionThe Right function in Expression Builder returns a specified number of characters from the right side of a string. SyntaxRight(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 oracle.com: Right(UserValue('<EMailAddr>'), Len(UserValue('<EMailAddr>'))-InStr(UserValue('<EMailAddr>'),'@')) Related InformationSee the following topics for related Expression Builder information: | ||||||||
Published May 2008 |