simpletoolstack.com
Free image and text tools that run right in your browser — compress, convert, clean and reshape your files. No sign-up, nothing uploaded.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
find_and_replace
Finds and replaces in pasted text in the browser: plain, regex, or bulk pairs applied in order. Pass text (1–100000 chars). For plain or regex pass find and replace; for bulk pass pairs (1–50 objects with find and replace). Variant URLs are not a second machine Tool — pass mode explicitly. Do not use this to diff two strings (that is text_diff) or to count words (that is word_counter).
Page: /text
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
mode |
string | no | — |
caseSensitive |
boolean | no | — |
wholeWord |
boolean | no | — |
multiline |
boolean | no | — |
dotAll |
boolean | no | — |
text |
string | yes | — |
find |
string | no | — |
replace |
string | no | — |
pairs |
array | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"plain",
"regex",
"bulk"
],
"default": "plain"
},
"caseSensitive": {
"type": "boolean",
"default": true
},
"wholeWord": {
"type": "boolean",
"default": false
},
"multiline": {
"type": "boolean",
"default": false
},
"dotAll": {
"type": "boolean",
"default": false
},
"text": {
"type": "string",
"minLength": 1,
"maxLength": 100000
},
"find": {
"type": "string",
"maxLength": 100000
},
"replace": {
"type": "string",
"maxLength": 100000
},
"pairs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"find": {
"type": "string",
"maxLength": 100000
},
"replace": {
"type": "string",
"maxLength": 100000
}
},
"required": [
"find",
"replace"
],
"additionalProperties": false
},
"minItems": 1,
"maxItems": 50
}
},
"required": [
"text"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.