Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martin Beentjes
Total activity
4
Last activity
November 05, 2024 11:14
Member since
November 05, 2024 11:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
November 05, 2024 11:14
To answer my own question, I have got it working with the following: #set($KEBAB_CASED_SCHEDULER_NAME = $SCHEDULER_NAME.replaceAll("([A-Z])", "-$1").toLowerCase().replaceAll("^-", ""))
Community
IntelliJ IDEA Users
String manipulation in File and Code Templates
1 vote