mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-07 22:14:38 +02:00
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1009 f5eea248-9336-0410-98b8-ebc06183d4e3
12 lines
466 B
C
12 lines
466 B
C
#ifndef BOOSTREGEXSEARCH_H
|
|
#define BOOSTREGEXSEARCH_H
|
|
|
|
#define SCFIND_REGEXP_DOTMATCHESNL 0x10000000
|
|
#define SCFIND_REGEXP_EMPTYMATCH_MASK 0xE0000000
|
|
#define SCFIND_REGEXP_EMPTYMATCH_NONE 0x00000000
|
|
#define SCFIND_REGEXP_EMPTYMATCH_NOTAFTERMATCH 0x20000000
|
|
#define SCFIND_REGEXP_EMPTYMATCH_ALL 0x40000000
|
|
#define SCFIND_REGEXP_EMPTYMATCH_ALLOWATSTART 0x80000000
|
|
#define SCFIND_REGEXP_SKIPCRLFASONE 0x08000000
|
|
|
|
#endif |