|
|
Browse by Tags
All Tags » Regular Expression Help Needed
-
Helo everyone,
I am new here and today I had my first expression with Regular Expressions. I read for hours and I am trying but my expression doesnt work. I Have a xml that has the rules for extracting some values from a file to show them to thes users (the program is in VB). The file contains this line -->
Delivery: Phone:989909 ...
-
Hi all,
I need a regular expression in which i can validate a person name
for ex. Dr.Michel.S.A is acceptable
but Dr..Michel is not.
I simply need a solution where in 2 consecutive dots are not acceptable or consecutive space is also not acceptable
i ve this expression [a-zA-z]([a-zA-Z\.])+$ which accepts consecutive dot .I need help .How ...
-
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 ...
-
bob.aldrich:
> but I would like it to fail if it finds a closing “/style” tag, before it finds the “refStyle” ,
> I was hoping the {1} would limit the result to just include the reference to style> only once. Here is a quick script. Thanks for attaching the input sample - makes it ...
-
Recently upgraded a Cognos reporting environment with over 4000 reports specifications stored in XML. There are certain style functions that have been deprecated and my task is to find them and replace with the current function. My attempt to search for specfic style references is returning more data than desired. ...
-
I have the following search strings and I need to extract 1. ABC XYZ 2. Mobile Accessories and 3. Samsung 250, whenever they occur in the string in any order.
Search Strings
____________________________________________
ABC XYZ
ABC XYZ category:"Mobile Accessories"
category:"Mobile Accessories" ABC XYZ
ABC XYZ ...
|
|
|