Introduction

Syntax

Program Help

Examples

Download

Match Tool 2.1

Match Tool 3.0

 

DEELX Extended Syntax: Non-capture Group

Return: Content | Prev: Mode modifier | Next: Zero-width assertion


Non-capture Group (?:xxx)

Use (?: ) to enclose sub-expressions into a single element. It will not capture what it matches.


Remarks

It is different from common group that non-capture group will not capture and record what it matches. So it is more efficient than common group.

Use format (?ismg-ismg:xxx) to change the mode, and the new mode will take effect only in the non-capture group.

 

 

RegExLab.com © 2005 - All Rights Reserved