Using HexResolver
This page explains how to use the hex parser for hex colour codes and gradients
Formatting
Parsing String
Using the default regex pattern
Using the default regex patternString text = "<#34ebe5> My text";
String parsedText = HexResolver.parseString(text);Using your own regex pattern
Using your own regex patternLast updated