|
DEELX Extended Syntax: Remark
Return: Content | Prev: Extended Syntax | Next: Mode modifier
Remark In DEELX (?#xxx)
Use (?# xxx ) to express a remark.
Remarks
A remark can be any where in the pattern except the place following the escape (\). For example: "\(?# xxx )w" is not right.
After (?# , the remark will end at the first right parenthesis. (?# x()xx ) and (?# x\)xx ) are both wrong.
|
|
|