How could I turn this String into two different variables from a pattern?
String: "[ADDRESS] Custom address n 1"
Variable type would be "ADDRESS"
and variable field would be "Custom address n 1"
.
Is it possible without having a complicated loop checking for each character?