regex in tango.text.Util.containsPattern

seany seany at uni-bonn.de
Fri Nov 22 12:03:21 PST 2013


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


More information about the Digitalmars-d-learn mailing list