View Single Post
Old 02-03-2025, 06:54 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
image 2 is (now) malformed (run together as a single identifier).

I assumed you had just one.

If you are doing multiples, the wild card needs to be tamed and the commas put back as you append to existing.

ideas only, not even close to being tested:
(.+?),{,2} <<<Second group capture. Note having the comma will not grab the last . you need to match the End of the string

,\2 <<<might be \1 because of the count
theducks is offline   Reply With Quote