regex 0.9.6
Together with the server move I released a new version my regex tool.
- Improved logging.
- Fixed problem where long text strings would not fix their “box”.
- Fixed some typos.
- Fixed some misc minor bugs.
At the moment only PHP PCRE, PHP POSIX and JavaScript are enabled. Hopefully I will get the other up and running soon too, but I need help from my host to get the problems solved.
Tags: regex
October 9th, 2008 at 23:54:10
Hei!
Når jeg bruker verktøyet ditt under PHP preg_replace(), blir ikke innholdet i feltet replacement tatt med
October 15th, 2008 at 21:00:10
Heisann.
Takk for tilbakemeldingen. Viktig med tilbakemelding for at dette verktøyet skal fungere best mulig for alle som bruker det, meg inkludert
Det hadde sneket seg inn en feil ved preg_replace i forrige versjon. Denne feilen skal nå være rettet.
November 28th, 2008 at 22:59:11
Thanks, Lars, this is an excellent tool!
I do have a question, though: It only refreshes/retries the match when I am on the “PHP PCRE” tab. If I type into the “Perl” tab, it doesn’t change to tell me if the regex matches or not. Is that the expected behavior?
January 15th, 2009 at 21:02:01
I have some problems with the perl tester on the new server. I removed it for now. Hope to be able to reintroduce it again later when I get time to do some work on it.
April 22nd, 2009 at 12:22:04
Hi,
I’ve been using your tools a few times. It’s a great tool to try regex ^^
Unfortunately, it’s unavailable now …. May I help you hosting this project ?
Don’t hesitate sending me an email if you’re interested
Best regards
April 22nd, 2009 at 12:45:04
Thanks for the offer hosting Chibani, but I think I’m good for now
The site was down earlier today, but everything should be back to normal now.
April 22nd, 2009 at 16:58:04
Ok,
great job anyway
June 12th, 2009 at 21:43:06
Lars.. your regex tool is simply perfect… i have been using it since you published it.. have you thought about making a desktop or widget version? i would like to have it available offline .. incase of emergencies heh..
July 25th, 2009 at 06:45:07
Could you allow multi-line regex’s when using the x-flag? Just swapping the input-box with a textarea works functionally. The exception is that the code-div don’t know how to deal with line-breaks.
October 16th, 2009 at 13:49:10
Hey Lars, just wanted to say how grateful I am to you for this great tool. Since I am new to regexing, it helped me greatly to refine my formulas until I finally understood how they should properly look like. Thanks a bunch!
October 27th, 2009 at 13:18:10
Hi Lars,
I like your RegEx tool, but I can’t find any way to change the pattern delimiters to a different character. It currently adds forward slashes automatically, whch breaks the XML parsing regex I am testing.
Is this a limitation of v0.9.6?
November 12th, 2009 at 13:25:11
great regex tool mate, by now the best online i ve seen. has i everything i needed. thank you a lot!
February 25th, 2010 at 14:00:02
Thanks Lars, I’m grateful for this excellent tool.
I feel it is the best regex tester available online.
Mike