Algorithms tools
5Developer utilities for regex testing, string similarity, number conversion, SemVer comparison, and reusable patterns.
String SimilarityCompare strings using Jaro-Winkler, Levenshtein, Dice, and Hamming algorithmsRegex TesterTest regular expressions with match highlighting, capture groups, and string replacementRegex LibraryBrowse and copy common regular expressions for validation, extraction, and text processingNumber Base ConverterConvert numbers between binary, octal, decimal, and hex with two's complementSemVer ComparatorCompare, sort, and validate semantic version strings per SemVer 2.0.0 with prerelease and build metadata support