I've a string like this, and I need to save each value in two strings:
Variable 1 = 385289
Variable 2 = L1S8dM4OW0VkGhKgl0NcGA%3d%3d
<<<385289<<<L1S8dM4OW0VkGhKgl0NcGA%3d%3d
Another example:
<<<383047<<<BBBIVvjjeNodJzLrIJqZaw%3d%3d
How can I do this with a regular expression in java ?