Searched refs:groupReplace (Results 1 – 2 of 2) sorted by relevance
15 export function groupReplace(src: string, replaceMap: Map<string, string>, pattern: string) { function
20 import { groupReplace } from './helpers/textFuncs';233 const str = groupReplace(fileContent, replaceMap, 'R.attr.(#group#)(?![a-zA-Z])');