21 lines
241 B
Markdown
21 lines
241 B
Markdown
# Remove
|
||
|
||
Removes all substring matches.
|
||
|
||
```
|
||
uint Remove(
|
||
const string substring // substring
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
substring
|
||
|
||
[in] Sample substring to search for.
|
||
|
||
Return Value
|
||
|
||
Number of substring removals.
|