Introduction

Syntax

Program Help

Examples

Download

Match Tool 2.1

Match Tool 3.0

 

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.

 

 

RegExLab.com © 2005 - All Rights Reserved