Package burp.api.montoya.utilities
Interface StringUtils
public interface StringUtils
This interface gives you access to String manipulation features.
-
Method Summary
Modifier and TypeMethodDescriptionConvert a string to the hex values of its ASCII characters.Convert a string of hex values to a string of ASCII characters.
-
Method Details
-
convertAsciiToHexString
-
convertHexStringToAscii
-