UNPKG

react-native-svg-haozu

Version:

7 lines (6 loc) 149 B
export default function(polyPoints) { return polyPoints .replace(/[^e]-/, " -") .split(/(?:\s+|\s*,\s*)/g) .join(" "); }