Regex Q

Hell I’m having trouble with Elixir and Regex. How would I make a Regex that matches a subset of special characters besides a dot. For example, that matches /, :, <, > in any combination in a string?

Can you add examples of matching/non-matching strings and what you’ve tried so far?