RemovePrefix

From UODemo Wiki
Revision as of 00:00, 3 June 2011 by Derrick (talk | contribs) (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 …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.