I have a repeater that is providing a list of various groups and their meeting address. The address is a single field of type Address. I would like to format the address so that it displays the street address on one line and the City/State/ZIP on another. So, I assume that I need to fields in the repeater (for the two lines), and then format just the street address on one, and the remaining on another.
How do I format the Address or parse the data in order to accomplish this.
I want:
1234 Any Street, #12, City, State, 12345 USA
to display as:
1234 Any St., #12
City, State 12345