5758596061626364656667
try { repeatCount = Math.max(Math.min(Integer.parseInt(repeatCountString), 10), 0); } catch (Exception e) { } return new TextTransformOperation( engineConfig, columnName, expression, TextTransformOperation.stringToOnError(onError), repeat,