Skip to content

Commit 3b41d91

Browse files
committed
Meerge branch 'feat/is-prefix-of-word' of github.com:BrianLusina/PythonSnips into feat/is-prefix-of-word
rigin feat/is-
2 parents 3166339 + cbf1727 commit 3b41d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@
707707
* [Test Greatest Common Divisor](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/greatest_common_divisor/test_greatest_common_divisor.py)
708708
* Inttostr
709709
* [Test Int To Str](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/inttostr/test_int_to_str.py)
710+
* Is Prefix
711+
* [Test Is Prefix Of Word](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/is_prefix/test_is_prefix_of_word.py)
710712
* Is Unique
711713
* [Test Is Unique](https://github.com/BrianLusina/PythonSnips/blob/master/pystrings/is_unique/test_is_unique.py)
712714
* Issubsequence

0 commit comments

Comments
 (0)