Method | Description | |
---|---|---|
ExpandAcronymsFilter ( |
||
IncrementToken ( ) : bool |
Method | Description | |
---|---|---|
RemoveSubstring ( string original, string substring ) : string |
This method removes a substring from a given string. For example given "foobar", "foo", it will return "bar". It ignores case, so "FOOba", "foo" will also return "bar".
|
public ExpandAcronymsFilter ( |
||
input | ||
acronymExpansionProvider | IAcronymExpansionProvider | |
return | System |