Search Results

1
vote

Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language?

Personally I work on a Java app, but I couldn't get by without perl for some supporting scripts. I've got scripts to quickly flip what db I'm pointing at, scripts to run build scripts, scr …
0
votes

How to match “Parameter Name: Value” in C# Regex?

Not having used C# I can't give a direct code sample. If it follows normal regex patterns though, the problem might be the ^/$.. normally that matches start of string (^) and end of string …