These are the built-in list functions available to use within the pmpolicy file.
Name | Description |
---|---|
append | Append to a list. |
insert | Insert a string or list into a list. |
join | Concatenate a list into a string. |
length | Return the length of a string, list, or array. |
lsubst | Substitute part of a string with another string throughout all or part of a list. |
range | Select a range of entries in a list. |
replace | Replace one or more strings in a list. |
search | Search a list for a string. |
split | Convert a string into a list. |
Convert a string into a list. |