I need some help with C# regular Expressions.
I have a file that is sent to me that I would like to turn into valid XML ( I attached file at the end of this text).
I downoladed this program e...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22519112.html
Need a regex that will verify/extract a image url from a submitted link.
It could be in the form of
http://www.domain.com/subfolder/ ... /image.jpg
or could be embed text from another like:
...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23345286.html
So far I have a regex that I use to strip the HTML tags from a page however this doesnt work correctly with CSS and JavaScript...
Im looking for a regular expression to remove script (javascript...
http://www.experts-exchange.com/Programming/Misc/Q_22041970.html
Does anyone know of a module or a function that can tell what context a scalar is in? i.e. how i can find out if a regex using a \d is parsed in a numeric or string context.
http://www.experts-exchange.com/Programming/Languages/C/Q_22510060.html
Zones:
C,
PerlDate Answered: 04/24/2007 Grade: B Views: 0
I recently posted a questions here:
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22895346.html
This asked about how to do some pattern matching to deny suspect p...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_22923681.html
I am trying to remove parts of a string that are between angle brackets. Here is an example...
$myString = "The <strong>quick brown</strong> fox jumped over the <span style=\"color: red;\">lazy...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23554996.htm...
I tried to learn how to regex. but it was too hard for me. anyway, the idea is very basic. I have an URL that contains a substring that I need to extract. If this regex can be done on my following ...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23728003.html
Hello,
Here is a regex, it basically checks for a valid equation, which then goes into my RPN converter. I have very little experience with regular expressions so I'm fairly confident the regex is...
http://www.experts-exchange.com/Programming/Misc/Q_21805549.html
Hi,
I would like to request a regular expression to validate an IP v6 address.
I do not have the nessessary skills myself to create this.
Thank you!
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23765763.html
Hi There All,
I am reasonably new to Regex's and have hit a peculiar problem. I have built a Regular Expression using RegexBuddy (www.regexbuddy.com) and have got it to pass against a test stri...
http://www.experts-exchange.com/Programming/Languages/Regular_Expressions/Q_23849553.html