substr
There are 20 repositories under substr topic.
thinkeridea/go-extend
go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码
sallar/stringz
:100: Super fast unicode-aware string manipulation Javascript library
BaseMax/TelegramEntitiesParser
A program to parse and decode formatted part of the Telegram message text with UTF8 support.
BaseMax/LimitLastLinePHP
Some tiny script to limit and remove the last line from input string using PHP.
aykutcanustun/SQLiteBLINDInjection
This is a repository about blind sql injection for sqlite database.
erikivanmelo/incrstring
This a c library with a function recopilation for string manipulation
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.
yurablok/cpp-string-utils
C++17 and C++11 std::string_view-based utils.
es-shims/String.prototype.substr
ES spec-compliant `String.prototype.substr` shim/polyfill/replacement that works as far down as ES3
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.
tleguern/substr
An utility to extract substring from a string
eryshkov/php-1HW02
Home work 2. PHP Stage 1
GoToLoop/Calculator
Calculator example made w/ pure HTML + CSS + JS + JSDoc
stdlib-js/string-base-slice-grapheme-clusters
Slice a string based on grapheme cluster (i.e., user-perceived character) indices.