303
Rule.html
(lemmy.ml)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
/^[a-zA-Z_]\w*$/
i think... most languages at least
That's variables and keyword.
If you have a regex for a languages keywords you can substract as they are closed under that operation.
good point. some languages (like rust) also support
r#
prefix to use a keyword as a variable also