Top
Interstage Big Data Complex Event Processing Server V1.0.0 Developer's Reference
Interstage

2.5.2 Escape Characters

To specify following characters in pattern and strings, precede them with the escape character '\'.

Escape character is '\'.


The following table lists characters that require the escape character "\".

Table 2.1 Characters that must be preceded by the escape character

Character

Specified as:

"

\"

$

\$

&

\&

'

\'

(

\(

)

\)

*

\*

+

\+

,

\,

-

\-

.

\.

?

\?

[

\[

\

\\

]

\]

^

\^

{

\{

|

\|

}

\}

~

\~


Example

If the search target string is to be 'abc\', specify 'abc\\'.