Latest Questions for Regex
  • Regular expression

    can some one explain how below regex works, ndmurl1=${ndmurl#${ndmurl%??????}}

    Posted on: February 28, 2013 at 12:27 PM
  • Prolog Parser Implementation

    Hi I am trying to implement a parser for a simple language with grammar like this. program ::= "program" declarations "begin" statements "end" declaration ::= "var" ident "as" type type ::= "string" | "int" I have t

    Posted on: November 2, 2012 at 8:56 PM
  • Java REGEX

    I have a String {"name":"ashish","surname":"singh"} I have to check whether each word is surrounded by the " (double quotes) or not using the java regex. without using Json lib. Kindly help

    Posted on: September 11, 2012 at 6:23 PM
  • Regular Expression for removing XML Tags

    Hi, Good Afternoon.I want a Regular expression in java which is removing the XML Tags in the specified Text String like, String txt="How are you"; I want output of this txt after applying regular expression is only "Ho

    Posted on: July 16, 2012 at 12:39 PM
  • Regarding Regular Expressions

    Hi I would like to supply my regular expression with a 'default' value, so if the thing I was looking for is not found, it will return the default value as i have mentioned in the Regular Expressions. Please acknowledge me as soon as possible.

    Posted on: June 19, 2012 at 6:40 PM
  • how to find which user has modified the file

    how to find which user has modified the file

    Posted on: May 7, 2012 at 7:16 PM
  • java program

    write a java program to create an array of size 10 by taking input from bufferreader and find out the average of array elements from that array.

    Posted on: August 10, 2011 at 7:35 PM
  • java program

    write a java program to create an array of size 10 by taking input from bufferreader and find out the average of array elements from that array.

    Posted on: August 10, 2011 at 7:30 PM
  • Regular expression

    how i extract string Coalition of civil society organizations and CSOs from string:- CSOs : What happening in Yemen is political crisis SANA'A, May 16 (Saba)- Coalition of civil society organizations (CSOs) and trade unions confirmed on Mo

    Posted on: May 31, 2011 at 10:36 AM
  • answer

    true statements with relation to "sed" command:

    Posted on: April 19, 2011 at 1:02 PM
  • Regular expression in c++{MFC}

    Hi ALL, I want to build a regular expression in c++{MFC} which validates the URL. The regular expression must satisfy following conditions. Valid URL:- http://cu-241.dell-tech.co.in/MyWebSite/ISAPIWEBSITE/Denypage.aspx/ htt

    Posted on: April 11, 2011 at 5:22 PM
  • How do you add a numerical value to a regex

    how do you add a numerical value in a regex. I want to replace my pics ex: bob.jpg susan.jpg mike.jpg with 1.jpg 2.jpg 3.jpg etc. Thanks

    Posted on: March 29, 2011 at 8:37 PM
  • LINUX

    Posted on: May 27, 2008 at 6:01 PM

View all discussion for Regex