refiddle-com icon indicating copy to clipboard operation
refiddle-com copied to clipboard

Fiddle with regexs with full red/green testing.

Results 8 refiddle-com issues
Sort by recently updated
recently updated
newest added

The `refiddle.com` site seems to have been hijacked by an Indonesian casino scammer. Is this something you are aware of? Google's DNS server returns: ``` Non-authoritative answer: Name: www.refiddle.com Addresses:...

This is my simple app for python regexp refiddle. Squashed. Flags - https://docs.python.org/2/library/re.html#module-contents FLAG_MAPS = { 'g': 510, 's': re.DOTALL, 'm': re.MULTILINE, 'l': re.LOCALE, 'i': re.IGNORECASE, 'u': re.UNICODE, 'x': re.VERBOSE,...

In response to the wiki page on regex runners, I made an attempt at writing one for PHP. Here is a for a PHP regex runner. Notify my if it...

I love having the option to switch between JavaScript, Ruby, and .NET dialects. What about adding an XRegExp mode as well? https://git.io/xregexp XRegExp augments JavaScript regex syntax with additional features...

Using the web app this morning on the train (great app btw), unfortunately paste doesn't work. Paste would be incredibly useful when trying regex's out. I'm on iOS version 8.1...

help wanted

If there's not comment on the corpus on/off line the first line of possible matches is highlighted instead.

bug