Hi, Please use below Regex Pattern to get your result. .*?>([a-zA-Z0-9].*?)< Which will return the collection of apple red delicious banana riped banana chives fresh green chives Please let me know if you have any doubt.
basantakumar
Posts
-
regex help -
How to merge 2 multidimensional Array into Single one in C#Thanks a lot. I have done that.
-
How to merge 2 multidimensional Array into Single one in C#Hello Friends, I am facing problem to merger 2 or multipule Multidimensional Array into Single Multidimensional Array in C#. Please help me how can I do this.
-
Can it possible to hide/Diasble view source [ HTML Source] of any Web page??Hi Friends, Can it possible to disable or hide HTML view sources of any web page ?? I think this way it can protect my page data to crawled.. Please help me ..
-
Login Page as Popup after session ExpiredHi, I am working in a INSIGHT project. Multipule Users can logging on that tool but after some time the session got Expired. So once the session got expired the Login Page Popuped or Floating on that Page and will back on same page after login successfully. Problem is that how could I do this. if in Javascript then How I check the Login crediential with Database ?? Please help me.
-
How to Convert 10 digit Number to DateThanks bro. That number was in seconds since 1970/01/01 00:00;
-
How to Convert 10 digit Number to DateHi, I have one software which gives me 10 digit Number for date. How could I convert that 10 digit number to actual date. Example :- The output given by software is 1251983760 for the date 03-09-2009. Please help me to convert that number to actual date.