Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テンプレートに必要な変数のリストを取得したいと思います。
たとえば、次のテンプレートを検討してください。
Hello ${firstName} ${surname}
リストを取得したい['firstName', 'surname']
['firstName', 'surname']
自分で文字列の解析を開始する前に、groovy に何か準備ができているかどうか疑問に思っていました。