Surround string with quotes (or custom characters)
String surround({String left = '"', String right = '"'}) => '$left$this$right';