Expresso - regular expressions development tool

Post details of freeware that are found to be not portable here. Posts in the submissions forum relating to freeware found to be not portable should also be moved here.
Post Reply
Message
Author
User avatar
webfork
Posts: 10826
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Expresso - regular expressions development tool

#1 Post by webfork »

Background:

I've made some headway on learning regular expressions over the past year, so even though this one is very outdated, I wanted to give it a try. Unfortunately didn't make it far, probably because I didn't do a standard install.

Steps: Download installer and extract using 7zip, launch Expresso.exe.

Status: Unclear, but definitely not stealth. The program won't start, it's free registerware -- you're supposed to have a trial period but I didn't get that. Not stealth because, even without starting, it created "Expresso Projects" in the USER\Documents folder.

Image


Websites
http://ultrapico.com/Expresso.htm
https://www.softpedia.com/get/Programmi ... esso.shtml

User avatar
vevy
Posts: 796
Joined: Tue Sep 10, 2019 11:17 am

Re: Expresso - regular expressions development tool

#2 Post by vevy »

Look into this:
https://github.com/pemistahl/grex
A command-line tool and library for generating regular expressions from user-provided test cases
And this:
https://www.binarymark.com/products/free-regex-editor

User avatar
webfork
Posts: 10826
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Expresso - regular expressions development tool

#3 Post by webfork »

vevy wrote: Tue Dec 15, 2020 3:04 pm Look into this:
https://github.com/pemistahl/grex
A command-line tool and library for generating regular expressions from user-provided test cases
I was hoping to test this out before I posted a reply but requires dotNET and Scoop, which is a little more than I was able to dig into this week. In any case, the suggestion of a recipe approach to grep / regex has come up before, but wrapping it all in one tool is a fantastic idea.
Dang -- I've had my eye on BinaryMark a lot over the last year as a batch editor and I didn't notice they had ANY freeware options, much less for regular expressions. Great catch.

Additionally, this software looks to have some analysis functions I've not seen elsewhere. I'll hopefully evaluate this along with a portability test soon.

User avatar
vevy
Posts: 796
Joined: Tue Sep 10, 2019 11:17 am

Re: Expresso - regular expressions development tool

#4 Post by vevy »

webfork wrote: Sat Dec 19, 2020 4:29 pm I was hoping to test this out before I posted a reply but requires dotNET and Scoop
No need for scoop, just grab the binary from Releases.
... I didn't notice they had ANY freeware options...
Their only one. Even their "Free Products" link is just for ways to get a giveaway of paid products.

Post Reply