How to express asterisk (*) symbol in gherkin scenario on features to groovy ?

Hello, I need help, so I wrote a Gherkin scenario on features like this:

Given User on register Page
When user input :

  • ID
  • Name
  • Address
  • Phone Number
    Then User able to click button “Register”

Because of the base reference on Cucumber.io, I’m using the asterisk symbol. This can be helpful when you have some steps that are effectively a “list of things”.
And right now, I need to glue my features to Groovy, but I don’t know how to express the asterisk symbol in Groovy.

Hi,

I am not so familiar with Groovy. @duc.phan , can you please help?