WordPattern
Leave feedback
On this page
Represents a word pattern to use in word wildcard search.
public class WordPattern
| Name | Description |
|---|---|
| WordPattern() | Initializes a new instance of the WordPattern class. |
| Name | Description |
|---|---|
| AppendCharacter(char) | Appends a character to the word pattern. |
| AppendOneCharacterWildcard() | Appends one character wildcard to the word pattern. |
| AppendOneOrMoreCharactersWildcard() | Appends one or more characters wildcard to the word pattern. |
| AppendString(string) | Appends a string to the word pattern. |
| AppendWildcard(int, int) | Appends a wildcard to the word pattern. |
| AppendZeroOrMoreCharactersWildcard() | Appends zero or more characters wildcard to the word pattern. |
| AppendZeroOrOneCharacterWildcard() | Appends zero or one character wildcard to the word pattern. |
| override ToString() | Returns a String that represents the current WordPattern. |
Learn more
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.