Technology

Regular Expression – Slides Uploaded on SlideShare

Hi Guys,   I took a session on Regular Expressions in the company, i have shared my slide on slideshare. You can see it here : http://www.slideshare.net/rajdgreat007/regular-expressions-14971247   I have discussed following topics in that slide : What are regular expressions Need for regular expressions ...

by raj
Tag: Regular Expression
31-Oct-2012

Technology

Replace All using JQuery and Regex

I recently found out that use of Regex with jQuery and replace function can turn out to be a very powerful tool for replacing/loading data in html dynamically The use of replace is made like [js] var a = "Some text here text"; a=a.replace(/text/g,"one") [/js] This will replace all "text" with "one" Now...

by Gaurav Sharma
Tag: Regular Expression
24-Aug-2012