GT2/GT2-iOS/node_modules/react-native-svg/lib/extract/extractPolyPoints.js
2018-02-12 17:26:06 +00:00

4 lines
124 B
JavaScript

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