Comparison

srxTEXT Alternative for Batch DWG Text Replacement

srxTEXT and docuredo both replace text in AutoCAD drawings. The difference is where the work happens: inside your AutoCAD, or in a browser with no CAD seat at all.

srxTEXT is a free AutoLISP utility by ARKANCE (formerly CAD Studio) that searches and replaces drawing text with exact, substring or regular-expression matching. docuredo is a browser-based batch service that applies find-and-replace rules to up to 1,000 DWG files at once on Autodesk's own cloud engine.

What srxTEXT does well

srxTEXT is free, mature and genuinely capable. It covers TEXT, MTEXT, dimension text, attributes and multileaders, offers three matching modes including regular expressions, and its SRXTEXTCSV command loads find/replace pairs from a CSV file. Since AutoCAD LT 2024 added AutoLISP, ARKANCE states most of it works on current LT too.

For an AutoCAD user comfortable loading a .vlx utility — and especially for anyone who needs regex matching — it is an excellent free option.

Where the workflows differ

srxTEXT operates on the current drawing, inside AutoCAD. Applying it to a folder of drawings means driving it with ScriptPro or another script processor: AutoCAD opens each file, runs the routine, saves and moves on — on your machine, using your license, with the results checked by you.

docuredo moves the same job to the cloud: upload the drawings in a browser, define the rules once, and every file is processed by the genuine AutoCAD engine in parallel. Each drawing comes back in its original DWG version with a line-by-line audit report, and anything that could not be replaced safely is skipped and flagged rather than guessed.

srxTEXT and docuredo compared for batch DWG text replacement
FeaturesrxTEXTdocuredo
Type of toolFree AutoLISP (.vlx) utility loaded in AutoCADBrowser-based DWG processing service
CostFree since version 2.3Credit-based, charged per drawing
AutoCAD requiredYes — runs inside AutoCAD 2000-2025No installation on the user's device
AutoCAD LTMost parts work on LT 2024 and newerNot needed — runs separately in a browser
Multiple drawingsVia ScriptPro or another script processor, one drawing at a timeUp to 1,000 drawings per batch, processed in the cloud
MatchingExact, substring or regular expressionsLiteral rules with per-rule case and whole-word options — no regex
Rules from a fileSRXTEXTCSV loads find/replace pairs from CSVPaste a list from Excel, or CSV import/export
ReportingOn-screen results in AutoCADLine-by-line audit report per drawing: layout, layer, old, new, skips
Risk handlingUser verifies results; fields cannot be replacedUnsafe matches are skipped, flagged with location, never guessed

Honest note: if your replacements need regular expressions, use srxTEXT — docuredo deliberately sticks to literal rules a whole team can read and audit.

Which should you use?

Use srxTEXT when

  • you have AutoCAD (or LT 2024+) and know your way around it;
  • you need regular-expression matching;
  • you are comfortable scripting batches with ScriptPro;
  • you want a free tool and verify results yourself.

Use docuredo when

  • the person doing the job has no CAD seat;
  • the batch is large and you want it run in parallel;
  • you need a structured audit report of every change;
  • you want unsafe matches skipped and flagged, not guessed.

Questions

Frequently asked questions

Is srxTEXT free?

Yes. Since version 2.3, srxTEXT by ARKANCE (formerly CAD Studio) is free. It is distributed as a compiled AutoLISP (.vlx) utility that loads and runs inside AutoCAD.

Does srxTEXT work on AutoCAD LT?

Partially. ARKANCE states that most parts of srxTEXT work in AutoCAD LT 2024 and newer, which added AutoLISP support. Earlier LT versions cannot run it.

Can srxTEXT process many drawings at once?

Not by itself. srxTEXT works in the current drawing; for batches, ARKANCE suggests driving it with ScriptPro or another script processor, which opens each drawing in AutoCAD and runs the replacement there.

What text does srxTEXT cover?

TEXT, MTEXT, dimension text, attributes and attribute definitions, and multileaders, with exact, substring or regular-expression matching. Its documentation notes it cannot replace strings in text generated by fields.

How is docuredo different from srxTEXT?

docuredo runs in a browser instead of inside AutoCAD: upload up to 1,000 DWG files, enter rules or paste them from Excel, and download corrected drawings with a line-by-line audit report of every change and every skip. No AutoCAD installation, no script processor, no LISP loading.

Does docuredo support regular expressions?

No. Rules are literal find-and-replace pairs with per-rule case-sensitivity and whole-word options. If your workflow depends on regex patterns, srxTEXT is the stronger fit for that specific job.

Try batch DWG text replacement free

Create a free account with 3 credits, replace text in a DWG drawing, and review the audit report before processing a full set.

No credit card. No AutoCAD installation required.

AutoCAD, AutoCAD LT and DWG are trademarks or registered trademarks of Autodesk, Inc. srxTEXT is a product of ARKANCE, referenced for factual comparison purposes. docuredo is not affiliated with or endorsed by Autodesk or ARKANCE.