Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

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\\'.