Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

capture

0
votes
1 answers
60 views

Capture android app http traffic

I need to see what http calls are made by a specific android app I have on my device (not rooted). Do you have any idea on what the easiest solution…
asked June 25, 2011 7:04 am CDT
Seb
0
votes
1 answers
34 views

Replace with use of regular expressions in Visual Studio: unexpected results

I have to move some hard-coded strings to external resources files, and I'm trying to automate the proccess a little bit using regular expressions.…
asked June 15, 2011 5:10 pm CDT
Vibo
1
vote
1 answers
32 views

Regex Captures in Java like in C#

Hej folks, I have a to rewrite a part of an existing C#/.NET program using Java. I'm not that fluent in Java and am missing something handling…
asked June 5, 2011 9:14 am CDT
signpainter
0
votes
3 answers
23 views

Captures count is always null

Hello! I've got a problem. I use following regular expression: Pattern = (?'name'\w+(?:\w|\s)*), \s* (?'category'\w+(?:\w|\s)*), \s* (?: \{ \s*…
asked May 28, 2011 5:38 pm CDT
helicera
0
votes
1 answer
31 views

Values Extraction Problem. Regular Expressions. C#

Hello! I want to extract some string data from a given file. File got structure such as: name, catg, {y:2006, v:1000, c:100, vt:1}, {y:2007, v:1000,…
asked May 28, 2011 11:53 am CDT
helicera
1
vote
4 answers
32 views

Regular expression simplification - too many groups

I'm writing a simple text grabber for C-Style pre-processor. The input text (sample): #if 1 > 0 blah #if defined MACRO1 blah blah blah #if…
asked April 7, 2011 1:27 pm CDT
Nayan
1
vote
2 answers
42 views

Regex: remove scheme unless it's http(s). (capture negative lookbehind pattern)

I'm having a regex blackout here. How do I capture a negative lookbehind pattern again? I'm trying to remove the scheme (including :// ) of a uri…
asked April 1, 2011 5:43 am CDT
fireeyedboy
0
votes
2 answers
32 views

Retaining captures with the Perl substitution operator

Can someone explain why the following code... #!/opt/local/bin/perl use strict; use warnings; my $string; $string = "\t\t\tEntry"; print "String:…
asked March 29, 2011 12:53 pm CDT
theraccoonbear
0
votes
1 answer
49 views

Capture https web page that user is viewing in his browser

Hi, I am developing a Desktop application that allows the user to capture the contents of a web page loaded in web-browser. I take the URL from the…
asked March 3, 2011 12:08 am CST
Deepa
0
votes
1 answer
41 views

Regex result capturing in c#

Hi can someone help me with regexp to capture everything between the double quotes in the text below using c#. $pageProcessId = "abc_def_ghi"; also…
asked December 30, 2010 3:37 am CST
bharath
10

capture

Tagged: capture
Related Tags
regex × 8
c# × 5
group × 3
cookies × 1
android × 1
https × 1
http × 1
wireshark × 1
linux × 1
result × 1
php × 1
visual × 1
perl × 1
webkit × 1
replace × 1
java × 1