Hello
I have a regex question.
I'm trying to find out how to match everything but one word.
The string to match will contain only one word.
For example, if the string contains "TEST1", the regex expression
should accept the match for any word, but not
when this is TEST1.
Regards
Leandro
Hello
I'm trying to use T-SQL for this query:
I want to list some columns from a table. The problem is that I want to cut some part of the output.
For example:
In the column 'name' I have following entries:
abcd
abcd:aaaa
abcde:aaaa
I would like to receive only the part left to the ':', in this...
Hello!
I'm looking for a way to implement a timeout in a socket recv() function on a Win32 system.
I've found one using the alarm signal, but unfortunately this is not supported by ActivePerl on Win32.
Has someone an idea?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.