Files
llm-in-text/.build-check/assets/vendor-escape-string-regexp-BaJN9MlJ.js
T

2 lines
162 B
JavaScript
Raw Normal View History

function r(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}export{r as e};