How do i find strings in form of XYYYY... (in regex: X{Y*} using
tango.text.Util.containsPattern ? the documentation does not
mention regex.
So i have a string where multiple substrngs in the format X{Y*}
can appear, and I would like to identify all of them, iteratively