substring
There are 79 repositories under substring topic.
ashvardanian/StringZilla
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
BurntSushi/bstr
A string type for Rust that is not required to be valid UTF-8.
BalestraPatrick/Stryng
Swift strings taken to a whole new syntax level.
lindulamaratunga/SQL-Functions
Stored Procedures, Functions, Views, Triggers and built-in Functions
davdroman/swift-builders
Result builders for Swift and Foundation types
p-ranav/oystr
oystr recursively searches directories for a substring.
jonschlinkert/path-ends-with
Return `true` if a file path ends with the given string.
yashk9293/Aditya-Verma-Dynamic-Programming
This repo consists codes of Aditya Verma - Dynamic Programming Playlist
artiebits/ngx-highlight-words
Angular component to highlight words within a larger body of text.
DeepthiTabithaBennet/C_Strings
A collection of simple C Programs involving Strings.
imevanc/casenator
Casenator - The Ultimate String Transformation Utility
Meniny/Substring
Substring with without boilerplate, verbose and complex code.
BaseMax/LimitLastLinePHP
Some tiny script to limit and remove the last line from input string using PHP.
mitch3lljones/odin-project-basic-ruby-projects
Basic Ruby Projects - Odin Project
chaiwatmat/ThaiStringTokenizer
Thai string tokenizer #ตัดคำไทย #ตัดคำภาษาไทย
danilosampaio/substr-ansi
Get the `String#substr` correctly handling ansi escape codes.
stdlib-js/string-base-replace-before
Replace the substring before the first occurrence of a specified search string.
stdlib-js/string-substring-after
Return the part of a string after a specified substring.
stdlib-js/string-substring-before
Return the part of a string before a specified substring.
aleksandarkiridzic/dna-sequence-aligner
Basic seed-and-extend DNA sequence read aligner
AlissonWenceslau/woeker-simple
Simple project worker
D3vRandom/Min-Window-Substring
This is my solution written in Python to the Min Window Substring. My people get this as a coding interview question, like I did. I though I'd share my version of the code to maybe help someone out. How it helps one day.
eMahtab/longest-repeating-character-replacement
Longest Repeating Character Replacement
eMahtab/longest-substring-with-at-most-k-distinct-characters
Longest Substring with At Most K Distinct Characters
eMahtab/longest-substring-with-at-most-two-distinct-characters
Longest Substring with At Most Two Distinct Characters
guilmira/2021-libftSubmodule
This project aims to code a C library regrouping usual functions.
MB-29/kernel-challenge
Our attempt for the Kaggle kernel methods challenge https://www.kaggle.com/c/machine-learning-with-kernel-methods-2021/
srbdev/substr
A crate for substring functionality for the str type in Rust
stdlib-js/string-base-replace-after
Replace the substring after the first occurrence of a specified search string.
stdlib-js/string-base-replace-after-last
Replace the substring after the last occurrence of a specified search string.
stdlib-js/string-base-replace-before-last
Replace the substring before the last occurrence of a specified search string.
stdlib-js/string-replace-before
Replace the substring before the first occurrence of a specified search string.
stdlib-js/string-substring-after-last
Return the part of a string after the last occurrence of a specified substring.
SvenWoltmann/string-substring-demo
A demonstration of the String.substring() method and its evolution from Java 1.2 to today.
TheMathewNorman/Substring-Search
Search for words that contain a substring within a text file of words.