Use the "quote" character to take the characters as is instead of parsing them. Quotes start with \Q and end with \E (but since it needs to be passed as a string, use \\Q to start and \\E to end)