Summary of Built-in Functions
Function |
Description |
Returns an escaped or safe version of the input string. |
|
Checks to see if a file exists on the filesystem. |
|
Returns the first line of the file. |
|
Removes a file from the filesystem. |
|
Returns the size of a file. |
|
Return the last line of a file or the last number(n) of lines of a file. |
Miscellaneous Functions
Function |
Description |
Examine configuration items. |
|
Get the length of data. |
|
Functions to execute. regular expression search on string, using pattern. |
|
Generate random integers. |
String Manipulation
Function | Description |
---|---|
Concatenate strings with delimiters. |
|
Split a string based on delimiters. |
|
Returns the size of the data. |
|
Left pad a string. |
|
Right pad a string. |
|
Return a random string .based on input format |
|
Convert the input string. to lowercase. |
|
Convert the input string. to uppercase |