UNPKG

react-native-svg

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