cf_string_pop_n¶
Category: string
GitHub: cute_string.h
Removes the last n characters from the string.
| Parameters | Description |
|---|---|
s |
The string. |
n |
The number of characters to remove. |
Remarks¶
Shortform: spopn(s, n).
Category: string
GitHub: cute_string.h
Removes the last n characters from the string.
| Parameters | Description |
|---|---|
s |
The string. |
n |
The number of characters to remove. |
Shortform: spopn(s, n).