View Single Post
If I have the string "alphalpha" and create an OFRegularExpression with the regular expression "alpha", is there any way to match both "alpha"s in the aforementioned string? The OFRegularExpression seems to skip to the second "l" after matching the first "alpha"--is there any way to start at each letter rather than after each match? Thanks.