RegExr 2.0
regexr.com
RegExr 2.0
1–10 of 47 posts
Re: RegExr 2.0
#2> RegExr only supports modern desktop browsers.
I'm using Firefox 30 on Ubuntu. I think it's plenty modern :)
Re: RegExr 2.0
#3> Uh-oh, it looks like your browser is not supported. > RegExr only supports modern desktop browsers. I'm using Firefox 30 on Ubuntu. I think it's plenty modern :)
Re: RegExr 2.0
#4Re: RegExr 2.0
#5> Uh-oh, it looks like your browser is not supported. > RegExr only supports modern desktop browsers. I'm using Firefox 30 on Ubuntu. I think it's plenty modern :)
Re: RegExr 2.0
#6Re: RegExr 2.0
#7Is there a tool that allows you to highlight portions of a string and generate a corresponding regex? (i.e. the inverse of RegExr)
Re: RegExr 2.0
#8I'm guessing the following is either near-impossible or pure-impossible, but: Is there a tool that allows you to highlight portions of a string and generate a corresponding regex? (i.e. the inverse of RegExr)
Re: RegExr 2.0
#9𝄞 is one char, not two. привет is matched by \w+.
PS there's some advanced stuff but where is basic [[:posix:]] char classes?
Re: RegExr 2.0
#10I'm guessing the following is either near-impossible or pure-impossible, but: Is there a tool that allows you to highlight portions of a string and generate a corresponding regex? (i.e. the inverse of RegExr)