Escape codes
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
The following escape sequences are valid in OCL: 
The following escape sequences are valid in OCL: 
{| class="wikitable"
{| class="wikitable"

Revision as of 07:42, 17 June 2024

This page was created by Lars.olofsson@mdriven.net on 2017-08-18. Last edited by Edgar on 2025-01-20.

The following escape sequences are valid in OCL: 

Escape code Meaning
\0 null
\a bell
\b backspace
\t tab
\r CR
\v vertical quote
\f formfeed
\n newline (LF)
\' quote character inside a string

So, the typical CR+LF will be '\r\n' in OCL.