Description: returnes all lines from $string seperated by $cut that 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