I am following a book and I came across a question : Can you spot a pattern in this two pieces of strings?
- 112a4a342cb214d0001acd24a3a12dadbcb4a0000000
- 1b2a34d4ac42d23b141acd24a3a12dadbcb4a2134141
The thing is I know that 'acd24a3a12dadbcb4a' is the matching piece. However, What method can I use if I don't already know that 'acd24a3a12dadbcb4a' in both of the strings.
Everytime I search for something like that typing pattern I get (REGEX) but that would only work if I give it a regex, The thing is I don't know the regex the program should detect it. I hope you can help me
Everytime I search for something like that typing pattern I get (REGEX) but that would only work if I give it a regex, The thing is I don't know the regex the program should detect it.