You're viewing a single thread.
View all comments
19
comments
oh yeah? declare a variable.
9 0 Replyoh you know how to code? name every variable
8 0 Reply/^[a-zA-Z_]\w*$/
i think... most languages at least
9 0 ReplyThat's variables and keyword.
If you have a regex for a languages keywords you can substract as they are closed under that operation.
3 0 Replygood point. some languages (like rust) also support
r#
prefix to use a keyword as a variable also2 0 Reply
You've viewed 19 comments.
Scroll to top