Changes for version 1.15 - 2026-07-23

  • removed the debuger "d()" subroutine, a goodies to debug.. tstregex itself (!) the command will be transfered in a module Devel::perlXdb as a debuger extention (among other goodies..)

Documentation

Modules

A Diagnostic Tool that quickly shows the longest Regular Expression string match, highlighting the rejected part. The terminal command tstregex '/^[a-z]*\d{3}$/' 'abc12a' shows: Tstregex - Diagnostic Tool ... shows: abc·12a· (^[a-z]*·\d{3}$·)