SRP_Color provides services for bringing SRP Colors to OI.
A regex pattern is a mini-language unto itself that is often confusing to look at, even for those used to it. SRP_Regex uses the same syntax as Javascript, so your best bet is to find an online tool to help you craft and test your regex patterns. A great resource is Regex101.com. Make sure to select ECMAScript (Javascript) as your regex flavor.
Regex is case sensitive. If you want case insensitivity, you implement it in the regex pattern itself.
| Service | Description | Version Added |
|---|---|---|
| OIToHex | Formats an OI color to '#rrggbb' format. | 2.2.17 |
| SRPStringToHex | Interprets an SRP Color and returns it in '#rrggbb' format. | 2.2.17 |
| SRPStringToOI | Interprets an SRP Color and returns it as an OI color. | 2.2.17 |