Re: [Mono-list] Regex dosen't recognize \s or \w ?

2015-02-04 Thread IBBoard
That'd cover zero or more spaces, but wouldn't cover zero or more whitespace characters (which is what \s would get you, and what I'm assuming OP really wants, despite not *quite* being what they said in their final quesion). Do any escape characters work or is it just those? Don't forget that

Re: [Mono-list] Regex dosen't recognize \s or \w ?

2015-02-04 Thread Weeble
On 4 February 2015 at 15:03, mickeyf mic...@thesweetoasis.com wrote: I am using Monodevelop 3.0.3.2, with mono runtime 2.10.8.1 on Ubuntu 12.04 When I try to include \s or \w in my regex, I get 'Unrecognized escape sequence', Otherwise regex works as I'd expect. (But I freely admit to having

Re: [Mono-list] Regex dosen't recognize \s or \w ?

2015-02-04 Thread Agustin Gimenez
Not sure if that's a bug or not, but you can perfectly use *? to search for zero or more spaces (I always try to use lazy search when possible, if that's not your case remove the question mark after star), I have put that inside quotes to denote the space before the star. Cheers. 2015-02-04

Re: [Mono-list] Regex dosen't recognize \s or \w ?

2015-02-04 Thread mickeyf
Duh, yes of course. I was not escaping the backslashes themselves. Now it compiles, so I just need to refine it to do exactly what I want. Thanks! -- View this message in context: http://mono.1490590.n4.nabble.com/Regex-dosen-t-recognize-s-or-w-tp4665410p4665415.html Sent from the Mono -

Re: [Mono-dev] Integration Tests

2015-02-04 Thread Miguel de Icaza
Hello Edward, We are doing a few things in the space: - We are setting up a more comprehensive harness for SSL/TLS tests that do not depend on remote servers. - We are setting up a series of web tests to more comprehensively test the http client (the tests today are not complete

Re: [Mono-list] Mono crashes on buttonpress

2015-02-04 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of MonoLoG But, while i have the KeePass-window selected, as soon as i press the 'windows button' mono crashes. This is a question for the keepass developers. Mono doesn't crash. Mono is an

[Mono-dev] Integration Tests

2015-02-04 Thread Edward Ned Harvey (mono)
Does Mono have any sort of integration tests? Maybe that's where this belongs? I would like to make sure at some point, SslStream will be fixed, and the reason it hasn't happened so far was because nobody ever tested it with intermediate chain served by the server, which is of course the

[Mono-dev] (no subject)

2015-02-04 Thread crashfou...@gmail.com
http://blogs.msdn.com/b/dotnet/archive/2015/02/03/coreclr-is-now-open-source.aspx https://github.com/dotnet/coreclr Microsoft just open sourced their Run time for .net core under the Mit license... including the native interop, gc, and hit engine. Looks like we can start pulling things from

[Mono-aspnet-list] (no subject)

2015-02-04 Thread Niels Bouma
Hello, does mod_mono support Asp.net Webpages ? I'm trying to get it work with a site i made on my windows computer but now I want to host it on linux.I've got this error the whole time: System.Web.HttpExceptionThe resource cannot be found.Description: HTTP 404.The resource you are looking for

[Mono-list] Regex dosen't recognize \s or \w ?

2015-02-04 Thread mickeyf
I am using Monodevelop 3.0.3.2, with mono runtime 2.10.8.1 on Ubuntu 12.04 When I try to include \s or \w in my regex, I get 'Unrecognized escape sequence', Otherwise regex works as I'd expect. (But I freely admit to having limited experience with regex.) What have I missed? Or if \s is not

[Mono-dev] Problems with 3.12.0

2015-02-04 Thread Ben Clewett
Hi, After a long gap, we have upgraded our unchanged working ASP code from 3.0.6 to 3.12.0. However we get a new exception which we can't understand or find reference to in Google.  Would anybody know what might be wrong?