RemovePrefix

From UODemo Wiki
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.