nodeguy/website/docs/api/generated/enums/matchflag.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

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