Regular expressions (Regex) are an incredibly useful tool in searching/extracting text for matches within a specific search pattern.
Fields of application include form validation, trasnlating data, replacing strings, and many other uses.
This regex will match strings that contain relative file path or extension.