Skip to content
  • There are no suggestions because the search field is empty.

Using Backslashes in OmniServer Protocols

In OmniServer, a backslash "\" is used before a character to "escape" its special character status.
If your protocol requires an actual ASCII backslash, you will need to enter it twice (\\) in order to escape its special use, or you can specify the hex equivalent - \x5C
 
For more information on using special characters in OmniServer protocol messages, see our blog post here: Did You Know? Using Special Characters in OmniServer Protocol Messages