Hello,
Another question related to Column split. This time I would need to split data into 2 columns, where delimiter is last capital letter.
For instance:
Robert DuvallCrime
TabuDrama
Should be splitted as:
[table="width: 500"]
[tr]
[td]Column1[/td]
[td]Column2[/td]
[/tr]
[tr]
[td]Robert Duvall[/td]
[td]Crime[/td]
[/tr]
[tr]
[td]Tabu[/td]
[td]Drama[/td]
[/tr]
[/table]
Thanks
Pepe
Another question related to Column split. This time I would need to split data into 2 columns, where delimiter is last capital letter.
For instance:
Robert DuvallCrime
TabuDrama
Should be splitted as:
[table="width: 500"]
[tr]
[td]Column1[/td]
[td]Column2[/td]
[/tr]
[tr]
[td]Robert Duvall[/td]
[td]Crime[/td]
[/tr]
[tr]
[td]Tabu[/td]
[td]Drama[/td]
[/tr]
[/table]
Thanks
Pepe