Свойство | Type | Description | |
---|---|---|---|
FoundIndexes | int |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
FastReplacer ( string input, string oldValue ) : System | ||
Replace ( char outputPtr, int outputLength, string newValue ) : void |
Méthode | Description | |
---|---|---|
BuildMatchedIndexes ( ) : void |
KMP?!
|
|
Copy ( char sourcePtr, char targetPtr ) : void |
public FastReplacer ( string input, string oldValue ) : System | ||
input | string | |
oldValue | string | |
Résultat | System |
public Replace ( char outputPtr, int outputLength, string newValue ) : void | ||
outputPtr | char | |
outputLength | int | |
newValue | string | |
Résultat | void |