We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c251759 commit 1900667Copy full SHA for 1900667
pydatastructs/strings/algorithms.py
@@ -252,13 +252,15 @@ def _raita(text, query):
252
253
Parameters
254
==========
255
+
256
text: str
257
The text in which the pattern is to be searched.
258
query: str
259
The pattern to be searched in the text.
260
261
Returns
262
=======
263
264
DynamicOneDimensionalArray
265
An array of starting positions of the pattern in the text.
266
"""
0 commit comments