You must log in or register to comment.
oh yeah? declare a variable.
oh you know how to code? name every variable
/^[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