We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ee3de commit f23d878Copy full SHA for f23d878
βREADME.md
@@ -17,3 +17,12 @@
17
${question.code}
18
}
19
```
20
+ TemplateConstant:
21
+ ```
22
+ ${question.title} question title ex:Two Sum
23
+ ${question.titleSlug} question title slug ex:two-sum
24
+ ${question.frontendQuestionId} question serial number
25
+ ${question.content} question content
26
+ ${question.code} question code
27
+ $!velocityTool.camelCaseName(str) transform str camel case
28
0 commit comments