Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » regex
Showing page 1 of 17 (162 total posts)
  • TVshows regex problem

    Hi guys, I need a regex that will help me rewrite my TV shows blog old posts. Until now I'm rewiting title using a php code that construct "show name"."Season number"."x"."Ep number)"." - "."episode tiltle for exemple No Ordinary Family 1x01 – Pilot For a better use I need to ...
    Posted to Construction Advice (Forum) by misterb on January 23, 2012
  • Full Circle - JavaScript Date validation with regex

    Several year ago I decided to learn Regular Expressions. I had been skimming over an article about using regex for validation on web pages. It was at least a couple of weeks before I sat down an read the article in full. After I did I wanted to try to write a regex on my one but couldn't think of anything original. Eventually I wrote ...
    Posted to Michael Ash's Regex Blog (Weblog) by mash on November 1, 2011
  • Forward Looking Regex (positive and negative)

    Hi I am very new to regex but would like to construct something that will match on the word "Public" | "Private" | "Protected" and the following word (to grab the following word), unless the following word is not: void, string, int, bool. The bolded word matches can be any word except for the ones listed above Sample ...
    Posted to Construction Advice (Forum) by LeMerovingian on September 10, 2011
  • Need a Regex to split tab delimited line, if tab is in double quotes tab should be ignored

    Hi, Does any body have regex in C# to split tab delimited line. I also have a special requirement that if the tab space is in double quotes, it should not be considered as delimiter. Ex1: First Second Third Fourth (there is a tab space between each word) should be splitted as First,Second,Third,Fourth, Ex2: ...
    Posted to Construction Advice (Forum) by suresh.venkata on June 3, 2011
  • JavaScript Regex Check

    Hi ~ This is my first time posting but am hoping someone can help me. Working with javascript / jquery -  Need to have a more precise regex for the following pattern: Should I have the ignore case included? If so where?  X25b777s44K The regex I have:  ^([A-Z]?)(\d{2})([a-z]?)(\d{3})([a-z]?)(\d{2})([A-Z]?)$  Thank you for ...
    Posted to Construction Advice (Forum) by smepperson on May 27, 2011
  • A couple of java regex that im having trouble with..

    Hi All,  Programming language is java, ide is eclipse..  The String is:  Armagh 1-11 | Dublin 2-12  Firstly I want to get jus the "Armagh" string, the the "1", the the "11", then the "Dublin", then the "2", then the "12". The strings will be subject to change so I ...
    Posted to Construction Advice (Forum) by Joe Smith on May 25, 2011
  • Need Help! Custom Tag and Attribute Value

    I am developing asp.net c# web application and I want an expression that will get only numerical value of a custom tag. Example tag: <MyTag MyTagId="123">  I need an expression that will extract 123 from MyTagId attribute of MyTag. Your help will be highly appreciated.   Thanks. 
    Posted to Construction Advice (Forum) by chope_07 on May 9, 2011
  • Optimizing a string replacement algorithm in javascript

    Ok so I have a rather slow algorithm that I would really love some advice to speed up! It may repeat many times over different large data strings. The string 'data' contains "variables" (denoted by ${myVarName} in the data) that must be replaced with the value of the corresponding (either by id or name) element on the html page. ...
    Posted to Performance (Forum) by floss on May 9, 2011
  • Changing embedded delimiters

    I have CSV files that contain double quoted columns with embedded commas.  I'd like a command line utility I can call w/the relevant regex to remove them, but I can put that together if I can get the right regular expression.  I'm close, but it only seems to work on a single line file using grepWin for testing. The regex have ...
    Posted to Construction Advice (Forum) by airjrdn on April 15, 2011
  • match optional fields

    I have a fields that looks like this <div class="some">   <h2>title</h2>    <p>text text</p>     <table>         <tr class="some1"><td>data1</td><td>d1 ...
    Posted to Construction Advice (Forum) by Aradiv on March 9, 2011
1 2 3 4 5 Next > ... Last ยป