I have a large number of T-SQL statements logged from a server I manage. I’m trying to boil them down to one instance of each. Here’s one of them: I want to convert that to a JavaScript RegExp, substituting runs of digits for d and stuff between apostrophes into ‘.*’. So far I’ve got this far with Deno: This renders