You are viewing a single comment's thread. Return to all comments →
Regex can also be done using a non-capturing group:
(?<!^)(#(?:[\da-f]{3}){1,2})
Seems like cookies are disabled on this browser, please enable them to open this website
Hex Color Code
You are viewing a single comment's thread. Return to all comments →
Regex can also be done using a non-capturing group: