A basic match will target a single web page. It ignores things like trailing slashes, URL parameters (example.com?queryparams=false or example.com#hashparam), protocol (https vs http), and toggling 'www' (www.example.com vs example.com).
An exact match targets the URL exactly.
A substring match will target any URL that includes the string of characters that you specify.