C/C++ Style strings (Mega-String Tool)
(See also: Mega-String Tool, Editing Tools).
All C-Style string items have these available options:
Padding, Support Trigraphs. (see Mega-String Options)
Each string is appropriately escaped.
C/C++ Style:
Lines catenated-1 – Radio
Makes each line an independent string suitable
to be catenated when used in a string assignment.
Lines catenated-2 – Radio
Makes each line an independent string suitable
to be catenated when used in a string assignment.
Each line contains a newline literal \n before the closing
quote.
Lines continued -1 – Radio
Makes the entire editor text as a single string.
Each line contains a continuation backslash character \ at the end.
The string is enclosed in double quotes.
Lines continued -2 – Radio
Makes the entire editor text as a single string.
Each line contains a newline literal and continuation backslash
character \n\ at the end. The string is enclosed in double quotes.
RegexFormat Help - © 2014 RDNC Software