This is a function which is used to update lines that are searched and replace in a manner conditional to this script's circumstances The input lines can be a vector of any length, and the search patterns can be a list of any length where each list vector is used together. The values should be a list of information used as replacement info.
updateLines(func_inLines, func_searchPattern, func_values)
These are the lines that are to be updated before output
These are the string-s- to be searched for replacement
These are the values that are to replace the searched strings.
A vector of character strings that has now been updated.