bRAC/colored_usernames.md
2025-02-10 15:11:52 +03:00

25 lines
380 B
Markdown

# colored usernames
## bRAC
regex - `\uB9AC\u3E70<(.*?)> (.*)` \
color - green \
example - `리㹰<nick> text`
## CRAB
regex - `\u2550\u2550\u2550<(.*?)> (.*)` \
color - light red \
example - `═══<nick> text`
## Mefedroniy
regex - `(.*?): (.*)` \
color - light magenta \
example - `nick: text`
## clRAC
regex - `<(.*?)> (.*)` \
color - cyan \
example - `<nick> text`