UNPKG

react-native-svg

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