Description: Returnes all lines from $string seperated by $cut that do NOT contain $search.
Parameter:
- string: the text, that should be searched
- search: the string to be searched
- cut: seperator for the input and output lines
Returns:
- The found lines as string separated by $cut.
root
2015-09-06