PDA

View Full Version : Using \n to terminate a data item


kenlyle
2nd October 2006, 06:19 PM
When doing the RegExp for a U.S. mailing address, if there is a \n after the street address, how do I use that in my script to separate the address from the City, State, Zip?

Thanks,
Ken

jperdoch
3rd October 2006, 12:41 AM
Dear Ken,
you can split address with RegExp, because Zip is number and State is composite from 2 chars. You can use this rules in Pattern.

Jan