Свойство | Тип | Описание | |
---|---|---|---|
FoundIndexes | int |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
FastReplacer ( string input, string oldValue ) : System | ||
Replace ( char outputPtr, int outputLength, string newValue ) : void |
Метод | Описание | |
---|---|---|
BuildMatchedIndexes ( ) : void |
KMP?!
|
|
Copy ( char sourcePtr, char targetPtr ) : void |
public FastReplacer ( string input, string oldValue ) : System | ||
input | string | |
oldValue | string | |
Результат | System |
public Replace ( char outputPtr, int outputLength, string newValue ) : void | ||
outputPtr | char | |
outputLength | int | |
newValue | string | |
Результат | void |