Property | Type | Description | |
---|---|---|---|
MergeEncodedValues | string |
Method | Description | |
---|---|---|
IsCompatibleWith ( |
Determines if the current encoded word has the same encoding name and encoding type
|
|
Merge ( |
Merges the specified encoded word into this instance. This method assumes the encoded words are compatible
|
|
Parse ( string value ) : List |
Runs the multiple regex pattern and returns a list of EncodedWord
|
|
ToString ( ) : string |
String representation
|
Method | Description | |
---|---|---|
MergeEncodedValues ( |
Merges together two encoded words and returns the correct encoded word string that will match the regular expression
|
public IsCompatibleWith ( |
||
other | ||
return | bool |
public Merge ( |
||
encodedWord | ||
return | void |