STRINGTOOL
Stringtool is a pointless website that was made by SciPred around 2020-2021 for the sake of - well, for the sake of editing a single input string.
The first few versions were weirdly designed and was almost entirely unusable on mobile. In 2025 I decided to rewrite the entire thing from scratch and make it more responsive and straight to the point. This also includes removing the header height expansion on hover, which made controls difficult.
Some legacy features, such as Function Mode, were removed entirely due to inconsistency and inefficiency in operation despite having a built-in guide on how to use. Buttons for controls were added to the left side, string information was expanded on instead of kept as a mere string length counter under the string area, and operations that involved extra inputs such as slice and substr had their menus removed entirely. All input fields are now beside their corresponding operation buttons to make the layout more user-friendly. Some operations may share the same input fields.
Many more operations and features were added for convenience. More features may be added in the future - however, take note that as of now not all methods from String.prototype are Stringtool operations, and vice versa.
Update History
- v1.08r
- Added a minor header hover animation. Pretty useless feature.
- Added a feature to save the String into a text file.
- Replaced Newest Changes with Update History. The version names are not reflected in GitHub commit versions.
- Fixed a problem where scrolling down the header and then reducing its height made it stuck on the overflow text rather than the actual h1 element.
- v1.06re
- Added a responsive functionality that automatically reduces the width of the right section when the window's height is greater than its width (i.e. portrait). (This is experimental and is subject to change.)
- v1.05r
- Removed the substr operation, as it is deprecated.
- Added the pad operations.
- Added EXTERNAL CONTROLS. These include clipboard functions such as Copy and Paste.
- Added a new section in GENERAL STRING INFO that returns the first, last, and most repeated characters in the String.
- Slightly improved header overflow.
- Adjusted the widths of the left and right sections.
- Added readability in GENERAL STRING INFO for some characters that may appear as blank.
- v1.02r
- Added description to header.
- Added Element Controls for certain features.
- Added Char Repeat operation and Tab Characters information.
- v1.00rw
- Completely revamped Stringtool.