Simran Mehndiratta
Articles
Recent activity by Simran Mehndiratta
-
Substring Function
Function Name:SubstringPurpose:The Substring function returns a portion of the input text using the configured index parameters. The string index starts from 0. For example, the 'S' character in "S...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Strip Tags Function
Function Name:Strip TagsPurpose:The Strip Tags emulates the PHP strip_tags function behavior in Java. This function is useful for removing HTML tags from text. Configuration:1. Enter a Display labe...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Split Function
Function Name:SplitPurpose:This function will split a string into a list of elements using a specified delimiter. The function is useful if you want to turn text that is formatted as a list into a ...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Rtrim Function
Function Name:RtrimPurpose:The Rtrim function removes any trailing whitespace characters from the input text/string value. The function should be connected to a node that passes a text/string value...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Rpad Function
Function Name:RpadPurpose:The Rpad function pads the given input text with a specified string, to the right of the input text.Configuration:1. Enter a Display label for the node. This will be helpf...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Reverse String Function
Function Name:Reverse StringPurpose:Reverse function reverses the order of the elements in a given String. If null String is provided then it returns the given argument.The function should be conne...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Replace Function
Function Name:ReplacePurpose:The replace function can be used to replace characters/words in a string value or remove characters/words from a string. Configuration:1. Enter a Display label for the ...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Remove Non Printable Function
Function Name:Remove Non PrintablePurpose:This function removes all non printable characters from the given text.The function should be connected to a node that passes a text/string value.Configura...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Mask Function
Function NameMaskPurpose:The Mask function hides the original text. This is especially useful for pii attributes like ssn or credit card numbers. Configuration:1. Enter a Display label for the node...
- Updated
- 0 followers
- 0 comments
- 0 votes
-
Ltrim Function
Function Name:LtrimPurpose:The Ltrim function removes any leading whitespace characters from the input text/string value. The function should be connected to a node that passes a text/string value....
- Updated
- 0 followers
- 0 comments
- 0 votes