regexbuddy Questions

11

Solved

I use RegexBuddy while working with regular expressions. From its library I copied the regular expression to match URLs. I tested successfully within RegexBuddy. However, when I copied it as Java S...
Deaver asked 2/10, 2008 at 16:40

2

Solved

RegexBuddy on the tab "Debug" shows how regular expressions are executed step by step. But what exactly that steps mean? What operations are behind every step?
Riyal asked 3/1, 2017 at 16:19

1

Solved

NSRegularExpression says its flavor of regex is "ICU." I have RegexBuddy, which supports a bunch of different flavors, but none of them calls itself "ICU." But is one of them ICU under another name...
Radiosonde asked 4/12, 2011 at 17:33

2

Solved

I'm borrowing a rather complex regex from some PHP Textile implementations (open source, properly attributed) for a simple, not quite feature complete Java implementation, textile4j, that I'm porti...
Luanneluanni asked 14/11, 2011 at 18:32

2

Solved

I have built a match pattern in RegexBuddy which behaves exactly as I expect. But I cannot transfer this to Delphi XE, at least when using the latest built in TRegEx or TPerlRegEx. My real world c...
Mcnulty asked 16/3, 2011 at 8:45

3

Solved

Which regular expression engine does Java uses? In a tool like RegexBuddy if I use [a-z&&[^bc]] that expression in Java is good but in RegexBuddy it has not been understood. In fact it...
Eblis asked 8/7, 2010 at 8:8

3

Solved

I have been banging my head against this for some time now: I want to capture all [a-z]+[0-9]? character sequences excluding strings such as sin|cos|tan etc. So having done my regex homework the fo...
Beffrey asked 3/2, 2010 at 10:21

2

Solved

Ok, so I'm an idiot. So I was working on a regex that took way to long to craft. After perfecting it, I upgraded my work machine with a blazing fast hard drive and realized that I never saved the...
Battleship asked 10/9, 2008 at 19:36
1

© 2022 - 2024 — McMap. All rights reserved.