UNPKG

ice.fo.utils

Version:

4 lines (3 loc) 88 B
export default function getNumbericTexts(text) { return text.match(/\/\d+/g) || []; }