Difference between revisions of "RemovePrefix"
From UODemo Wiki
(Created page with 'void '''removePrefix'''(string & ''theString'', string ''thePrefix''); This function will remove string supplied as ''thePrefix'' if it exists at the beginning of the reference …') |
m (Protected "RemovePrefix" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
(No difference)
|
Latest revision as of 00:01, 3 June 2011
void removePrefix(string & theString, string thePrefix);
This function will remove string supplied as thePrefix if it exists at the beginning of the reference string theString.
Return to the Command List.