Improvements
- Reworked functionality to convert strings to hex, allowing any valid hex characters to be converted
- Reworked functionality of hex shifter in the same manner, also surfacing an error message now on invalid hex
Bug fixes
- Shift hex now correctly handles the delimiter dropdown when converting
Behind the scenes changes
This is a list of more technical and non-front-facing changes made to the site
Changes
- Updated some regex matches to potentially be a bit more performant (dropping the reliance on the case-insensitive flag)
- Switch to locale case when doing transforms with casing