I would like to have this regex string ^((\w|[-0-9\.])+;*(\w|[-0-9\.])*\s*)+$ included inline in my text. But there are many error messages. I tried to escape special characters but there still are some errors I don't understand.
Is there a tool which can auto escape my string so I could put is easily in my tex?
General ⇒ Adding regex inline - problem with special characters
Re: Adding regex inline - problem with special characters
Finally i found there is a \verb command.
Problem solved.
Problem solved.