The C standard library string.h contains several functions to manipulate strings, all of which start with str and end with an abbreviation. Some of these abbreviations are obvious:
strlenstring lengthstrcpystring copystrcmpstring compare
Some are a bit less straightforward:
strpbrkstring pointer break?strspnstring ...spn?strrchrstring ... R char??strxfrmstring... um... nevermind.
What do each of the str-function abbreviations/acronyms mean?