-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdemocritus_strings_docs.json
1454 lines (1454 loc) · 50.6 KB
/
democritus_strings_docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"functions": [
{
"name": "string_chars_at_start",
"docstring": ".",
"signature": "(string: str, chars: Iterable) -> Iterable[str]",
"examples": [
"def test_string_chars_at_start_docs_1():\n result = string_chars_at_start('foobar', 'foo')\n assert list(result) == ['f', 'o', 'o']\n\n result = string_chars_at_start('foobar', 'fo')\n assert list(result) == ['f', 'o', 'o']\n\n result = string_chars_at_start('foobar', 'f')\n assert list(result) == ['f']\n\n result = string_chars_at_start('foobar', 'o')\n assert list(result) == []"
],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_chars_at_start_len",
"docstring": ".",
"signature": "(string: str, chars: Iterable) -> int",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "a10n",
"docstring": ".",
"signature": "(string: str) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_index",
"docstring": "Remove the item from the string at the given index.",
"signature": "(string: str, index: int) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_replace_index",
"docstring": "Replace the character in the string at the given index with the replacement.",
"signature": "(string: str, index: int, replacement: str) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_before",
"docstring": "Remove everything from the start of the given string until the stop_string.",
"signature": "(string: str, stop_string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_after",
"docstring": "Remove everything after the start_string to the end of the given string.",
"signature": "(string: str, start_string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_is_palindrome",
"docstring": "Return whether or not the given string is a palindrome.",
"signature": "(string: str) -> bool",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_reverse",
"docstring": "Reverse the given string.",
"signature": "(string: str) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "indefinite_article",
"docstring": "Return the word with the appropriate indefinite article.",
"signature": "(word)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "is_plural",
"docstring": "Return whether or not the possible_plural is plural.",
"signature": "(possible_plural: str) -> bool",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "pluralize",
"docstring": "Make the word plural.",
"signature": "(word: str) -> str",
"examples": [
"def test_pluralize_docs_1():\n assert pluralize('test') == 'tests'\n assert pluralize('Test') == 'Tests'\n assert pluralize('TEST') == 'TESTS'\n assert pluralize('adversary') == 'adversaries'\n assert pluralize('intrusion set') == 'intrusion sets'\n assert pluralize('byte') == 'bytes'\n # title-cased words are not pluralized properly (I think because they are considered proper nouns)\n assert pluralize('Adversary') == 'Adversarys'\n assert pluralize('elephants') == 'elephants'"
],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "is_singular",
"docstring": "Return whether or not the possible_singular is singular.",
"signature": "(possible_singular: str) -> bool",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "singularize",
"docstring": "Make the word singular.",
"signature": "(word: str) -> str",
"examples": [
"def test_singularize_docs_1():\n assert singularize('tests') == 'test'\n assert singularize('adversaries') == 'adversary'\n # TODO (nov 2020): this assertion used to work, but is now failing once the is_singular check was added to the singularize function\n # assert singularize('intrusion sets') == 'intrusion set'\n assert singularize('elephant') == 'elephant'"
],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "cardinalize",
"docstring": "Return the appropriate form of the given word for the count.",
"signature": "(word: str, count: int) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "ordinalize",
"docstring": "Return the appropriate form for the ordinal form of the given number.",
"signature": "(number: int) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_forms",
"docstring": "Return multiple forms for the given text.",
"signature": "(text)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_to_number",
"docstring": "Convert a number as a string into either an integer or float.",
"signature": "(string: str) -> Union[int, float]",
"examples": [
"def test_string_to_number_docs_1():\n assert string_to_number('1') == 1\n assert string_to_number(1) == 1\n assert string_to_number('2.0') == 2.0\n assert string_to_number(2.0) == 2.0",
"def test_string_to_number_docs_invalid_values():\n with pytest.raises(RuntimeError):\n string_to_number('foo')"
],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": [
"RuntimeError"
]
},
{
"name": "string_left_pad",
"docstring": "Pad the given string with the given padding_characters such that the length of the resulting string is equal to the `length` argument. Adapted from the javascript code here: https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/.",
"signature": "(string, length: int, *, padding_characters=' ')",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": [
"ValueError"
]
},
{
"name": "string_to_bool",
"docstring": ".",
"signature": "(string: str) -> bool",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_examples",
"docstring": "Create n example texts.",
"signature": "(n=10)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_has_multiple_consecutive_spaces",
"docstring": "Return True if the given string has multiple, consecutive spaces.",
"signature": "(string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "character_examples",
"docstring": "Create n example characters.",
"signature": "(n=10)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_abbreviate",
"docstring": "Abbreviate the given text.",
"signature": "(text)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_input_is_yes",
"docstring": "Get yes/no input from the user and return `True` if the input is yes and `False` if the input is no.",
"signature": "(message)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_input_is_no",
"docstring": "Get yes/no input from the user and return `True` if the input is no and `False` if the input is yes.",
"signature": "(message)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_is_yes",
"docstring": "Check if a string is some form of `y` or `yes`.",
"signature": "(string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_is_no",
"docstring": "Check if a string is some form of `n` or `no`.",
"signature": "(string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "xor",
"docstring": ".",
"signature": "(message, key)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_join",
"docstring": "Join all of the arguments around the given join_character.",
"signature": "(join_character, *args)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_insert",
"docstring": "Insert the new_string into the existing_string at the given index.",
"signature": "(existing_string, new_string, index)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "base64_encode",
"docstring": "Base64 encode the string.",
"signature": "(input_string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "base64_decode",
"docstring": "Base64 decode the string.",
"signature": "(input_string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_sequence_matcher",
"docstring": "Create a difflib.SequenceMatcher for the given string.",
"signature": "(string_a, string_b)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "strings_diff",
"docstring": "Return the diff of the two strings.",
"signature": "(string_a, string_b)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_add_to_start_of_each_line",
"docstring": "Add the given string_to_add_to_each_line to the beginning of each line in the string.",
"signature": "(string: str, string_to_add_to_each_line: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_get_closes_matches",
"docstring": "Return the words from the list of possible matches that are closest to the given word.",
"signature": "(word, possible_matches, maximum_matches=3, cutoff=0.6)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "strings_similarity",
"docstring": "Return the ratio of similarity between the two strings.",
"signature": "(a: str, b: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "strings_matching_blocks",
"docstring": "Return the matching blocks in the given strings.",
"signature": "(a: str, b: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "strings_longest_matching_block",
"docstring": "Return the longest matching block in the string.",
"signature": "(a: str, b: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "strings_diff_opcodes",
"docstring": "Return the opcodes representing the differences/similarities between two strings.",
"signature": "(a: str, b: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_common_prefix",
"docstring": "Returns the common prefix string from left to right between a and b.",
"signature": "(a: str, b: str) -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_common_suffix",
"docstring": "Returns the common suffix string from left to right between a and b.",
"signature": "(a: str, b: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "characters",
"docstring": "Return all of the characters in the given string.",
"signature": "(input_string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "hex_to_string",
"docstring": "Convert the given hex string to ascii.",
"signature": "(hex_string)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_to_hex",
"docstring": "Convert the given ascii string to hex.",
"signature": "(ascii_string: str, seperator='') -> str",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "character_to_unicode_number",
"docstring": "Convert the given character to its Unicode number. This is the same as the `ord` function in python.",
"signature": "(character)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "unicode_number_to_character",
"docstring": "Convert the given unicode_number to it's unicode character form. This is the same as the `chr` function in python.",
"signature": "(unicode_number)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "hamming_distance",
"docstring": "Return the number of positions at which corresponding symbols in string_1 and string_2 are different (this is known as the Hamming Distance). See https://en.wikipedia.org/wiki/Hamming_distance.",
"signature": "(string_1, string_2, as_percent=False)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": [
"ValueError"
]
},
{
"name": "from_char_code",
"docstring": ".",
"signature": "(integer_list)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_ascii_characters",
"docstring": ".",
"signature": "(text: str) -> Tuple[str]",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "text_non_ascii_characters",
"docstring": ".",
"signature": "(text: str) -> Tuple[str]",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "letter_as_number",
"docstring": ".",
"signature": "(letter)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "letter_frequency",
"docstring": "Find the frequency of the given letter in the given text.",
"signature": "(letter, text)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_entropy",
"docstring": "Find the shannon entropy of the text. Inspired by the algorithm here https://web.archive.org/web/20160320142455/https://deadhacker.com/2007/05/13/finding-entropy-in-binary-files/. You can see more here: https://en.wikipedia.org/wiki/Entropy_(information_theory)",
"signature": "(text, ignore_case=False)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "substrings",
"docstring": "Find all substrings in the given string.",
"signature": "(iterable)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_non_alphabetic_characters",
"docstring": ".",
"signature": "(string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_non_numeric_characters",
"docstring": ".",
"signature": "(string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_non_alpha_numeric_characters",
"docstring": ".",
"signature": "(string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove",
"docstring": "Remove the regex_pattern from the input_string.",
"signature": "(regex_pattern, input_string, **kwargs)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_unicode",
"docstring": "Remove all Unicode characters from the given string.",
"signature": "(string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_numbers",
"docstring": "Remove all numbers from the input_strings.",
"signature": "(input_string: str, replacement: str = ' ')",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_from_start",
"docstring": "Remove the string_to_remove from the start of the input_string.",
"signature": "(input_string, string_to_remove)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_remove_from_end",
"docstring": "Remove the string_to_remove from the end of the input_string.",
"signature": "(input_string, string_to_remove)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_as_numbers",
"docstring": ".",
"signature": "(input_string: str)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_in_iterable_fuzzy",
"docstring": "Find if the given input_string is in one of the strings in an iterable.",
"signature": "(input_string, iterable)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_find_between",
"docstring": "Find the string in the input_string that is between the start_string and the end_string.",
"signature": "(input_string: str, start_string: str, end_string: str, *args)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "switch",
"docstring": "Switch a and b in the text.",
"signature": "(a, b, text)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_encode_as_bytes",
"docstring": null,
"signature": "(input_string, encoding='utf-8', **kwargs)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "bytes_decode_as_string",
"docstring": null,
"signature": "(bytes_text, encoding='utf-8', **kwargs)",
"examples": [],
"changes": [
{
"date": "2021-01-27",
"type": "addition",
"note": "democritus_strings module documentation created."
}
],
"exceptions": []
},
{
"name": "string_shorten",
"docstring": "Shorten the given input_string to the given length.",