-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Detailed description
Naive Pattern Search
Searches for the given pattern in the provided text,
parameters :
pat : Pattern to search for
txt: Text to search in
returns
An integer, position of the pattern if it exists, else a boolean false
Context
Is commented in detail and includes tests also.
Possible implementation
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request