Rex V, a Regex Evaluator - testers wanted

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

bundyo
Forum Newbie
Posts: 12
Joined: Tue Jan 03, 2006 3:09 pm

Post by bundyo »

d11wtq wrote:In case you missed it the above was all CSS based.... no <pre> tags invloved ;)
I didn't, but the effect is the same :P
bundyo
Forum Newbie
Posts: 12
Joined: Tue Jan 03, 2006 3:09 pm

Post by bundyo »

Oops, the effect is not the same... i never realized why this property existed at all... until now :)

10x very much, it works :)))


P.S. Oh, and the new version is online (added split support for PCRE, Posix & Javascript).
bundyo
Forum Newbie
Posts: 12
Joined: Tue Jan 03, 2006 3:09 pm

Post by bundyo »

There was a problem displaying the whitespaces in IE along with a bug in IE5.

Should be ok now. :wink:

P.S. It turned out that when assigning content to an element with the innerHTML property in IE, IE always normalizes the input (strips all whitespaces for instance :). The solution was to use outerHTML instead. :)
bundyo
Forum Newbie
Posts: 12
Joined: Tue Jan 03, 2006 3:09 pm

Post by bundyo »

Another update:

+ Fixed a bug i introduced during the day which caused garbled results in IE and Opera when initializing the session.
+ Fixed the horizontal scrolling in IE - it is word-wrapping now. Due to a bug in IE word-wrap: break-word; doesn't work when the width is specified in percents. I was forced to use dynamic CSS properties to fix it :x

I think it is pretty stable now, but maybe someone can prove me wrong :)
User avatar
Technocrat
Forum Contributor
Posts: 127
Joined: Thu Oct 20, 2005 7:01 pm

Post by Technocrat »

VERY helpful, nice work!!
Post Reply