Projects in Awesome Lists tagged with string-formatting
A curated list of projects in awesome lists tagged with string-formatting .
https://github.com/p-ranav/binary_log
Fast binary logger for C++
binary-log blazingly-fast concepts cpp20 cpp20-library fastest file-writing fmt fmtlib header-only logger logger-go-brrr logging logging-library mit-license single-threaded string-formatting super-fast
Last synced: 09 Sep 2025
https://github.com/agoda-com/react-handyman
👨🔧 Enhance your React.js app with i18n, string formatting, ab tests and other handy packages!
ab-testing feature-toggle i18n internationalization jsx react reactjs string-formatter string-formatting
Last synced: 02 Sep 2025
https://github.com/pgbiel/typst-oxifmt
Convenient Rust-like string formatting in Typst (previously "typst-strfmt")
string-formatting string-manipulation typst
Last synced: 26 Feb 2025
https://github.com/pomponchik/fazy
Lazy f-strings for everyone
f-strings lazy-evaluation string-formatting
Last synced: 05 Jul 2025
https://github.com/PgBiel/typst-oxifmt
Convenient Rust-like string formatting in Typst (previously "typst-strfmt")
string-formatting string-manipulation typst
Last synced: 01 Apr 2025
https://github.com/arturbac/stralgo
constexpr number <-> string convertions with full support of unterminated string views, utf convertion
string-formatting string-manipulation utf
Last synced: 22 Jun 2025
https://github.com/nderscore/runty
Extensible conditional string micro templates
conditional-interpolations interpolation javascript npm-package string string-formatting string-interpolation string-template template-engine
Last synced: 23 Apr 2025
https://github.com/kekyo/namingformatter
Can apply .NET format-string use named key-value arguments.
dotnet dynamic string string-formatting string-interpolation string-manipulation
Last synced: 26 Mar 2025
https://github.com/grafcube/racket-string-interpolation
Racket package for string interpolation syntax in string literals.
package racket racket-lang racket-language racket-library string-formatting string-interpolation
Last synced: 02 Jan 2026
https://github.com/educastellano/template-format
Simple string formatting with support for nested data
string string-format string-formatter string-formatting string-manipulation template template-string
Last synced: 15 Apr 2025
https://github.com/kaushalmodi/strfmt
A string formatting module for Nim, inspired by Python's .format
format nim python string string-formatting
Last synced: 27 Aug 2025
https://github.com/jumperbot/whitespace-sifter
Sift duplicate whitespaces away!
dedup deduplicator rust rust-crate rust-lang rust-language rust-library sift string string-formatting string-manipulation text whitespace-removal
Last synced: 10 Apr 2025
https://github.com/blaze6950/stringenricher
StringEnricher is a powerful and extensible C# library for building and enriching strings with rich text styles, supporting formats such as HTML and MarkdownV2. It is designed for scenarios where you need to dynamically compose styled messages, such as chatbots, messaging apps, or document generators. It is super performant and heap allocation free
benchmarkdotnet chatbots csharp document-generation dotnet dotnet9 fluent-api high-performance html library markdown memory-efficient messaging nuget-package performance-critical rich-text string-formatting telegram-bots text-processing zero-allocation
Last synced: 08 Oct 2025
https://github.com/yegor256/tago
Convenient .ago() and .seconds() helpers for Ruby’s Time and String classes
logging ruby ruby-gem string-formatting time time-formatting time-progress
Last synced: 26 Jan 2026
https://github.com/jumperbot/split-every
Split for every n occurrences of a pattern iteratively!
rust rust-crate rust-lang rust-language rust-library split splitter splitting splitting-text string string-formatting string-manipulation text
Last synced: 11 Feb 2026
https://github.com/kevinhermawan/strpolate
Fast string interpolation with built-in type validation
dynamic-strings javascript string string-formatting string-interpolation string-template typescript
Last synced: 22 Mar 2025
https://github.com/qtle3/bmi_calculator
Calculate your Body Mass Index (BMI) by entering your weight and height. The Python program computes your BMI and tells you if you're within a healthy range, below it, or above it.
arithmetic-operations conditional-statements functions string-formatting type-conversion user-input
Last synced: 27 Jul 2025
https://github.com/loderunner/typelit
A type-safe string templating library for TypeScript
interpolation string-formatting string-interpolation string-manipulation string-templates strongly-typed template templating text-processing type-checking type-inference type-safe typescript zero-dependencies zero-runtime
Last synced: 15 Apr 2025
https://github.com/swish78/strkitn
strkitN is a powerful Python package for manipulating strings. It provides a wide range of functions to perform common string operations easily. You can format strings, extract substrings, change case, remove punctuation, calculate length, validate alphanumeric content, process numeric values, analyze character frequencies, reverse text, replace su
python-package string-formatting string-manipulation text-processing utility-functions
Last synced: 16 Apr 2025
https://github.com/giri7a/java-fintech-transaction-processor
Java Fintech Transaction Analyzer: A program for processing fintech transaction logs. Analyzes statuses, identifies peak times, and lists failures. Includes a test class for functionality demonstration. Efficiently monitors and gains insights into transaction dynamics.
algorithmic-logic data-representation data-structures date-and-time-handling documentation exception-handling java oops string-formatting testing
Last synced: 02 Mar 2025
https://github.com/golu19102003/my-media-app
MyMediaApp is a straightforward Android application designed to help users manage their media files. It lets you select an image or video from your device and then quickly checks its file size against predefined limits (5 MB for images and 20 MB for videos). The app then clearly tells you if your selected file is accepted and rejected if large.
android-api-level-compatibility android-permissions android-studio-development content-resolver error-handling file-input-output-management implicit-intents java media-handling string-formatting
Last synced: 04 Jul 2025
https://github.com/nabilac27/ft_printf
ft_printf is an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
dynamic-memory-allocation error-handling memory-management string-formatting string-manipulation variadic-function
Last synced: 22 Mar 2025
https://github.com/lcaballero/codefmt
A library for buffer with a string format interface.
code-generation string-formatting string-interpolation
Last synced: 31 Mar 2025
https://github.com/ricvrdv/ft_printf
Project in which I had to recreate the function printf() from the C standard library.
c-language c-programming header-files hexadecimal makefile pointers-in-c printf string-formatting variadic-function
Last synced: 27 Jul 2025
https://github.com/mvinyard/licorice
A python utility library for creating and printing more elegant strings.
Last synced: 14 Mar 2025
https://github.com/nabilac27/42-ft_printf
an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
dynamic-memory-allocation error-handling memory-management string-formatting string-manipulation variadic-function
Last synced: 11 May 2025
https://github.com/b3ta-blocker/hangman
This Python code implements a simple Hangman game. It selects a random word from a list, allows the player to guess letters, and displays the current state of the word with underscores for unknown letters.
boolean-variables-and-operators conditional-statements list-manipulation lists loops module-import random-number-generators string-formatting user-input
Last synced: 30 Oct 2025
https://github.com/beaucronin/basket_case
Python swiss army knife for translating between case styles - camel, kebab, snake, title, etc.
camelcase camelcase-to-snakecase python-library string-casing string-formatting string-manipulation titlecase
Last synced: 16 Jan 2026