mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
The substr package provides commands to deal with substrings of
|
|
strings. Macros are provided to: - determine if one string is a
|
|
substring of another, - return the parts of a string before or
|
|
after a substring and - count the number of occurrences of a
|
|
substring.
|