i need to find a way to guide user to filling a string field. I need to oblige user to populate field this in this way :
IP ADRESS (SPACE) PORT (end)
IP ADRESS (SPACE) PORT (end)
For example :
123.45.70.2 8080
143.23.10.10 433
I need to have a list with ip adress and associated port.
I read something abuot RegEx , but i can't find a way to do it.
The field that i want to control is a Multiline Text variable of an item of Service Catalog.
Can anyone help me?
Thanks.