StringTools¶
Namespace: Rest_API.Helper
This class provides utility methods for string manipulation.
Inheritance Object → StringTools
Methods¶
SanitizeString(String)¶
Takes a string input and sanitizes it by removing any characters that are not alphanumeric, spaces, or underscores.
Parameters¶
input
String