|
|
Browse by Tags
All Tags » regexlib
-
i want a regular expression for the followint possible inputs.
19.19-19.19
19.9-19.9
1.9-1.9
.9-.9
.9-.19
.19-.9
.56-6.5
6.5-.56
65.-56.
6.-56.
65.-6.
Regards,
Pawan.
-
Hi I’m using Regex to split values from csv file (using C#) . Code on this page: http://regexadvice.com/blogs/wayneking/ do the job. Generally it splits values for some delimiter (in my case comma {,}) and also correctly split the values that are surrounded by double quotes (case when comma is part of content not as ...
-
Hi,
I need to capture src attribute value from the below script tag.
<script src=\"/CreditReportingWeb/ScriptResource.axd?d=xDCGwrGnTUZQayegzleuEJptF9KlEJUEvCvXPfxzMydkaOB6Ajbg6hsqnQMhmurAcxauxgAmdobcKBRvylSGkIazc9OnVzYZKlLtgrkydvw1&t=633482798274821173\" type=\"text/javascript\"></script>
I am ...
-
I have a text file. I want to find the words in it.
Eg:
my word is ="find"
my text is ="web word finder"
I want 2 variable. 1st one is the root =>" find"
2nd one is the "er"
pls help ...
-
For a telecom rating application, I have to test the pricing of phone calls to destination phone numbers.
Depending on the destination phone number, or to be more precise, depending on the regex pattern the phone number conforms to, the price varies.
My client has supplied me with *hundreds* of phone number patterns en regex form, here is an ...
-
Here is a string that I wan to find
"some string some other one blah bla \"hello world \" "
also should match
"some string some other one
blah bla \"hello world \" "
also
""
in conclusion I wantto detect all string which can be multiple lines also have
\"
inside of that string.
I ...
-
Has anybody used the regexlib web service. I plan to use it in my .net winform application and am quite clueless abt it. I have written the fllowing code (c#) by trial and error
com.regexlib.Webservices regexService = new ...
|
|
|