63
C-Control Pro Mega Series
4.2.4
Regular Expressions
The search function in the editor supports Regular Expressions. With this function character chains
can highly flexible be searched for and replaced.
^
$
.
*
+
[ ]
[^]
[-]
{ }
\
Examples
Example
^void
;$
^void$
vo.*d
vo.+d
[qs]
[qs]port
[^qs]
[a-g]
{tg}+
\$
4.3
C-Control Hardware
Under menu item
and start of the program on the hardware as well as password functions.
Esc
Ctrl + digit (0-9)
Shift + Ctrl + (0-9)
Ctrl + Space
A Circumflex at the beginning of the word finds the word at the beginning of a
line
A Dollar Sign represents the end of a line
A Dot symbolizes an arbitrary character
A Star stands for the repeated appearance of a pattern. The number of
repetitions may also be Zero.
A Plus stands for the multiple or at least solitary appearance of a pattern
Characters in square brackets represent the appearance of one of the characters
A Circumflex in square brackets negates the selection
A Minus in square brackets symbolizes a character range
Tailed braces will group separate expressions. Up to ten levels may be nested
A Back Slash will take the special meaning from the following character
will find
the word "void" only at the beginning of a line
the Semicolon only at the end of a line
Only "void" may stand in this line
e. g. "vod","void","vqqd"
e. g. "void","vqqd" but not "vod"
the letters 'q' or 's'
"qport" or "sport"
all letters other than 'q' or 's'
all letters from 'a' through 'g' (including)
e. g. "tg", "tgtg", "tgtgtg" asf.
'$'
C-Control
all hardware relevant functions can be executed. These include transfer
Reset selection
Go to Bookmark digit (0-9)
Set Bookmark digit (0-9)
Auto completion popup
© 2008 Conrad Electronic
Need help?
Do you have a question about the C-Control Pro Mega Series and is the answer not in the manual?
Questions and answers