| 1 |
Perform an arithmetical sum operation |

|
| 2 |
Perform an arithmetical product operation |

|
| 3 |
Performing an arithmetical average operation |

|
| 4 |
Concatenation of alphanumeric values |

|
| 5 |
To generate a random number within a provided range of integers |

|
| 6 |
To replace all the occurrences of a substring with another substring |

|
| 7 |
To fetch the position of the first occurrence of a specific value in a string |

|
| 8 |
To generate the timestamp in a specific format (CST, EST, UTC..) |

|
| 9 |
Perform arithmetic operations on numbers with special characters like currency symbol and/or comma etc |

|
| 10 |
To round off the decimal values to two digits |

|
| 11 |
To split a sentence or words that are separated by commas |

|
| 12 |
To extract the part of the string from the entire string or sentence |

|
| 13 |
To fetch the position of the last occurrence of a specific value in a string |

|
| 14 |
To fetch the length of a string |

|
| 15 |
To fetch only a few elements in a list of items/array |

|
| 16 |
To sort the list of items in an array either in alphabetical/numerical order in ascending or descending order |

|