regular expressions - my expression

Posted by oneat on Stack Overflow See other posts from Stack Overflow or by oneat
Published on 2010-04-23T16:04:20Z Indexed on 2010/04/23 16:13 UTC
Read the original article Hit count: 232

Filed under:
|

I've got (To) [a-z]+ as regular expression and I've got sentence: To kot dziki pies. And If I compile it I will retrieve To kot. So what can I do to rtrieve only word after (only kot) "To" instead of "To kot"

© Stack Overflow or respective owner

Related posts about regex

Related posts about beginner