in reply to Re^3: Problem with regex wildcard operator (.)...?
in thread Problem with regex wildcard operator (.)...?
This is what you should get:
words: aa as es is os sh si so string: aa as es is os hs is os ^.?a?$: y n n n n n n n aa ^a?.?$: y y n n n n n n aa as ^s?.?$: n n n n n n n n ^.?s?$: n y y y y y y y as es is os sh si so
That's exactly what you get. What did you expect to be different?
Seeking work! You can reach me at ikegami@adaelis.com
|
|---|