* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
81 lines
1.1 KiB
Markdown
81 lines
1.1 KiB
Markdown
---
|
|
id: "matchflag"
|
|
title: "MatchFlag"
|
|
sidebar_label: "MatchFlag"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [MatchCaseSensitive](matchflag.md#matchcasesensitive)
|
|
* [MatchContains](matchflag.md#matchcontains)
|
|
* [MatchEndsWith](matchflag.md#matchendswith)
|
|
* [MatchExactly](matchflag.md#matchexactly)
|
|
* [MatchFixedString](matchflag.md#matchfixedstring)
|
|
* [MatchRecursive](matchflag.md#matchrecursive)
|
|
* [MatchRegExp](matchflag.md#matchregexp)
|
|
* [MatchStartsWith](matchflag.md#matchstartswith)
|
|
* [MatchWildcard](matchflag.md#matchwildcard)
|
|
* [MatchWrap](matchflag.md#matchwrap)
|
|
|
|
## Enumeration members
|
|
|
|
### MatchCaseSensitive
|
|
|
|
• **MatchCaseSensitive**: = 16
|
|
|
|
___
|
|
|
|
### MatchContains
|
|
|
|
• **MatchContains**: = 1
|
|
|
|
___
|
|
|
|
### MatchEndsWith
|
|
|
|
• **MatchEndsWith**: = 3
|
|
|
|
___
|
|
|
|
### MatchExactly
|
|
|
|
• **MatchExactly**: = 0
|
|
|
|
___
|
|
|
|
### MatchFixedString
|
|
|
|
• **MatchFixedString**: = 8
|
|
|
|
___
|
|
|
|
### MatchRecursive
|
|
|
|
• **MatchRecursive**: = 64
|
|
|
|
___
|
|
|
|
### MatchRegExp
|
|
|
|
• **MatchRegExp**: = 4
|
|
|
|
___
|
|
|
|
### MatchStartsWith
|
|
|
|
• **MatchStartsWith**: = 2
|
|
|
|
___
|
|
|
|
### MatchWildcard
|
|
|
|
• **MatchWildcard**: = 5
|
|
|
|
___
|
|
|
|
### MatchWrap
|
|
|
|
• **MatchWrap**: = 32
|