What steps will reproduce the problem?
1. search for a pattern(ex: ABD)
2. in text(ex: ABCD)
3. using match
What is the expected output? What do you see instead?
the output says that match has been found at position 0. thats correct. but the
match string is ABC. i was expecting ABCD.
What version of the product are you using? On what operating system?
Please provide any additional information below.
i am guessing after a match location has been found in text, it is doing
substring at that location equal to length of pattern string. may be it should
do some thing different.
Original issue reported on code.google.com by uzair08i...@gmail.com on 8 Jul 2015 at 10:13
Original issue reported on code.google.com by
uzair08i...@gmail.com
on 8 Jul 2015 at 10:13