Webhooks are great ways to allow third party apps to post to your Discord server to keep your server members up-to-date – plus they’re super […]
RegEx To Replace Empty Tags with just IDs Using Notepad++
Here is an example html output from a DOCX file imported into WordPress (in this case with the Mammoth docx converter plugin): <h2><a id=”post-44034-_7ttglipb267h”></a>Header Text</h2> […]
Notepad++ Exclude File Types from Find In Files
Use the following filter to disallow certain file types from being searched when searching multiple files: *.* !*.png !*.jpg !*.jpeg !*.webp !*.bmp !*.gif !*.mp4