I have a string that contains this group :
"|__|" or "|__|__|__|..."
With my pattern ([\|__|]{3,})
It will get the desired result but it captures different strings too, like this *"Name _____"*
Q: How can I capture only this kind of repeating group "|__|__|..."
for this string ?
"Name _________ Age___ Postal Code|__|__|__|__|__|"