Regex multiple match substring
You can achieve what you need by using two steps. You could use this regex to validate the format: Working demo Once you validated the right strings you can use a function like this: Output:
You can achieve what you need by using two steps. You could use this regex to validate the format: Working demo Once you validated the right strings you can use a function like this: Output: