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

Browse by Tags

All Tags » java » regex
  • 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
  • Regular Exp in C# and Java.

    Hi All I am working on porting a code from .net to Java. and its highly using reg expressions.I dont know .net and i have to recognize the purpose and meaning of regexs written to create same in java. There is one regex in C# to prevent HTml tags :(?<!<[^>]*) If anyone can help me find its equivalent in Java ,it would ...
    Posted to Platform Differences (Forum) by Misha79 on February 9, 2011
  • Equivalent of Regex Class (C#) in Java

    I am working on some code development in Java from C#. There is a method that returns Regex class-type in C# and figured that its a system class in System.Text.RegularExpressions.  Not much idea about C#. To simulate same thing in Java is there any Regex Class  that represents a regular epxression.
    Posted to Platform Differences (Forum) by Misha79 on February 8, 2011
  • REGEX solution for a URL

    Hi All, I am trying to find out a regex pattern for a particular URL type, to extract a particular piece of information from that URL. I am working on JAVA and the URL sample goes like this lid={ifpdf:92000000000012345}{ifnonpdf:33000000000012345}&cadid=12345}  I am trying to search for the italicized part of the ...
    Posted to Construction Advice (Forum) by kedar on November 15, 2007