I am trying to explode a string that does not already define the parts clearly (i.e. with spaces or commas)
example string : FRPARGBASD
the FR PAR GB ASD all need to be exploded to insert as seperate entities into a database.
How would I go about this please
I’m assuming those are location names “France”, “Paris”, “Great Britain”, etc…
Here is one possible solution:
Hope that helps