3 रिपॉजिटरी
Functions for analyzing string content through pattern matching, such as prefix and suffix detection.
Distinct from String Processing Algorithms: Distinct from String Processing Algorithms by focusing on basic content checks (contains, starts with, ends with) using shell globbing rather than complex algorithms.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Content Analysis. Refine with filters or upvote what's useful.
This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te
Provides built-in pattern matching to check if strings contain, start with, or end with specific substrings.
1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu
Analyzes string content to determine if it contains only digits, ASCII characters, or letters.
Sprig is a comprehensive library of helper functions designed to extend the Go text template engine. It provides a wide array of custom functions that can be injected into the engine to enable complex data manipulation and logic directly within templates. The project offers specialized capabilities for cryptography, including the generation of private keys, X.509 certificates, and secure password hashes. It also includes advanced logic extensions for semantic versioning comparison, ternary evaluations, and the resolution of environment variables from the host operating system. The library co
Checks if strings contain specific substrings or start and end with certain characters.