UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

3 lines (2 loc) 135 B
const regex = /(^\[(\d+(,*\s*\d*)*)\] ?)|( ?\[(\d+(,*\s*\d*)*)\])/g; export const removeCitations = (text) => text.replace(regex, "");