Closed matillo closed 4 years ago
switching filenameRE to case insensitive catches some occasional non-lowercase tags, don't think it causes problems. const filenameRE = /(.*?)[[({](?:audio|sound)[ =:|$](.*?)[\])}]/gi;
const filenameRE = /(.*?)[[({](?:audio|sound)[ =:|$](.*?)[\])}]/gi;
switching filenameRE to case insensitive catches some occasional non-lowercase tags, don't think it causes problems.
const filenameRE = /(.*?)[[({](?:audio|sound)[ =:|$](.*?)[\])}]/gi;