Dear all,
I want to match for example https://xxx/abc-xxx,https://xxx/abc-xxx in the URL custom field.
I write this.*?(CSS-\d+).*?(CSS-\d+).* and it can return 2 groups in https://regex101.com/?flavor=java&flags=g.
Furthermore, I know it will only return one group for.
May I know if there are any other workarounds for my scenario?
Thank you so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.