[Django]-How can I use regex in django's Replace function

0👍

I wasn’t able to get the Replace function from Django working, but I was able to use the Function for REGEXP_REPLACE detailed in this answer: https://stackoverflow.com/a/68402017/3056056

Leave a comment