You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

SRP_Color provides services for bringing SRP Colors to OI.

Regex Patterns

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.

Reference

ServiceDescriptionVersion Added
OIToHexFormats an OI color to '#rrggbb' format.2.2.17
SRPStringToHexInterprets an SRP Color and returns it in '#rrggbb' format.2.2.17
SRPStringToOIInterprets an SRP Color and returns it as an OI color.2.2.17
  • No labels