You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 8 Jul 2015 at 10:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jul 2015 at 10:13The text was updated successfully, but these errors were encountered: