can some one explain how below regex works, ndmurl1=${ndmurl#${ndmurl%??????}}
Posted on: February 28, 2013 at 12:27 PMHi 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 PMI 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 PMHi,
Good Afternoon.I want a Regular expression in java which is removing the XML Tags in the specified Text String like,
String txt="
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 PMhow to find which user has modified the file
Posted on: May 7, 2012 at 7:16 PMwrite 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 PMwrite 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 PMhow 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 AMtrue statements with relation to "sed" command:
Posted on: April 19, 2011 at 1:02 PMHi 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 PMhow 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