There are 1 repository under string-formatting topic.
Fast binary logger for C++
👨🔧 Enhance your React.js app with i18n, string formatting, ab tests and other handy packages!
Convenient Rust-like string formatting in Typst (previously "typst-strfmt")
A C++ 17/20 general purpose class library. 17 (!) different modules cover areas from strings and formatting, over debug logging to expression-parser and file scanner.
Racket package for string interpolation syntax in string literals.
Can apply .NET format-string use named key-value arguments.
Contains some of the tips, tricks, and general notes that I learned about Python.
Simple string formatting with support for nested data
Text formatting like std::format for microcontrollres
A string formatting module for Nim, inspired by Python's .format
An easily-integrable, extendable, typesafe, UTF-8 compliant, non-copyleft string formatter for C++17
Sift duplicate whitespaces away!
Форматирование строк (String formatting)
Replace tags in templates with objects
Split for every n occurrences of a pattern iteratively!
Fast string interpolation with built-in type validation
Converts bytes into human-friendly strings.
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.
The clnstr function is a JavaScript and Node.js function that is part of the DropSuit NLP library. It is designed to clean and format strings by removing marks, extra marks and converting the trimmed string to lowercase. It's open-source and available under the Apache-2.0 license.
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
A repo of stuffs inspired from Corey Schafer's YouTube channel
This is a simple yet functional calculator project implemented in Python. It provides basic arithmetic operations including addition, subtraction, multiplication, and division. It is designed using fundamental concepts of Python programming, such as functions, user input handling, and basic error handling.
An expense tracker project in Python is a useful application that helps users keep track of our expenses and manage the budget.
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.
This Python script implements a simple console-based attendance and query system. Users can interactively address attendance-related issues, payment queries, and request attendance records. The code utilizes datetime, input handling, and basic data structures to provide responses based on user input.
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.
A library for buffer with a string format interface.
Quick introduction of python in Data Science context.
App on replacing various types of punctuation with their "smart" equivalents, handling things like straight-to-curly quotes, dashes, etc.