Blessy Clara
Board Regular
- Joined
- Mar 28, 2010
- Messages
- 201
Hi
I have a column of address - with the City in Upper case, I would like to split the string at the occurrence of Uppercase from right
Example - Uppercase i have highlighted as Red here
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit 12, Wellington Fair 40 Lord Street (Entrance off Wellington Street) EAST PERTH[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Building 3, Level B, Suites B53-B56 1 Kirinari Street BRUCE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Level 3 106 Edward Street BRISBANE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Post Split[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Unit 12, Wellington Fair 40 Lord Street (Entrance off Wellington Street) [/TD]
[TD]EAST PERTH[/TD]
[/TR]
[TR]
[TD]Building 3, Level B, Suites B53-B56 1 Kirinari Street [/TD]
[TD]BRUCE[/TD]
[/TR]
</tbody>[/TABLE]
Thank you
I have a column of address - with the City in Upper case, I would like to split the string at the occurrence of Uppercase from right
Example - Uppercase i have highlighted as Red here
[TABLE="width: 500"]
<tbody>[TR]
[TD]Unit 12, Wellington Fair 40 Lord Street (Entrance off Wellington Street) EAST PERTH[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Building 3, Level B, Suites B53-B56 1 Kirinari Street BRUCE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Level 3 106 Edward Street BRISBANE[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Post Split[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Unit 12, Wellington Fair 40 Lord Street (Entrance off Wellington Street) [/TD]
[TD]EAST PERTH[/TD]
[/TR]
[TR]
[TD]Building 3, Level B, Suites B53-B56 1 Kirinari Street [/TD]
[TD]BRUCE[/TD]
[/TR]
</tbody>[/TABLE]
Thank you