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
Given a text and a pattern write a function to find all the occurrences of text in the pattern.
Ex
text = "AABAACAADAABAABA"
pattern = "AABA"
Output:
Pattern found at index 0
Pattern found at index 9
Pattern found at index 12
@Abhijit2505 Sir, Please assign me this issue under SWOC
The text was updated successfully, but these errors were encountered:
Given a text and a pattern write a function to find all the occurrences of text in the pattern.
Ex
text = "AABAACAADAABAABA"
pattern = "AABA"
Output:
Pattern found at index 0
Pattern found at index 9
Pattern found at index 12
@Abhijit2505 Sir, Please assign me this issue under SWOC
The text was updated successfully, but these errors were encountered: