How can I say if a word is inside another word. By example:
word("11") is inside ("011")
word("11") is not inside ("101")
1 | initial version |
How can I say if a word is inside another word. By example:
word("11") is inside ("011")
word("11") is not inside ("101")