|
|
Browse by Tags
All Tags » regular expressions
Showing page 1 of 2 (17 total posts)
-
Hi,
I have a XML tag called: <cli>content</cli>.
I want to read (extract) the content out of the tags. so that i can read "content" without having the XML tags around it.
I have this code already that works:
----------------------------
<input type="textbox" ...
-
Hi, folks. I've been banging my head against this for a few days now, and have now run out of ideas. I'm new to this RegEx business, so I'm hoping I'm just missing a basic concept somewhere.
I am working on a project in which I need to match a series of commands recorded in a log file against a supplied list of commands that ...
-
Hi
I've written an MS Access VBA module to open and parse a tnsnames.ora file. The operation works, but I need to tweak my regular expression to handle an unanticipated exception.
I have 2 questions
Question 1
Is there a 'single' regular expression that I can use to extract all the components of all tnsnames ...
-
It is scary as to how quickly you managed to come up with that! The benefits of experience, I suppose!
Thanks a lot! That worked perfectly after removing surrounding spaces.
-
In order to expedite an answer to your question, please provide as much of the following information as possible
What programming language/platform or application are you using?
What is your ultimate task? What are you working on and what you want to use a Regular Expression for in your planned solution.
Describe your ...
-
Hi,
I want to build a reg ex so that the email address xyz@its.j&j.com can pass through the validation, in the asp.net regular expression.
I got one expression from from regexlib, ^[\w-\.]+@([\w-]+\.)+([\w-]){2,4}$
But cannot find the correct one so that it will work.
Let me know if any one has a soultion...
-
Hi All,
I need this regular expression very urgent.
I have used this one.<TR>TR><TD class="text" width="15%">SOD</TD><TD class="text" width="15%">SOD</TD><TD><asp:textbox id="txtSOD" runat="server" CssClass="text" ...
-
Hi,
I need a help on creating regular expression for string length must be 60 and it should not contain \ / and .(dot)
I have two regular expressions for validating separately for above condtion. I need it in single expression.
Expression are [^\\/\.]+$ for checking \ / .(dot)^.{60,60}$ for fixed ...
-
Hi
I am currently running sun java web proxy 4.0.9, which has the ability to filter out undesireable websites using regular expressions.
this has been working fine for us until we needed to add an exception.
we currently use the regex .*://.*\.*mail.*/.* which blocks all websites that contain the word mail, we use this to ...
-
Hai Everyone
I need to validate mutiple email addresses which is separated by a comma.
for ex: the format is
s@s.com, g@g.com, "asdasd" <a@a.com>, "asdfa!@#s" <f@f.com>, h@h.com
Anyone plz help me
Thanks in Advance
1
|
|
|