I am having a problem with my regular expression: <a.*href=[\"'](.*?)[\"'].*>(.*?)</a>. It is, as you can probably tell, supposed to take all the links from a string of HTML and return ...
I need to convert Java regular expressions into Actionscript regular expressions.
There apparently aren't any premade converters, so I'm trying to write one myself. Is there any resource that'd list all the ...
Hi, i have a string in JavaScript & i want to split it. the String is: TOKEN1::STILLTOKEN1:TOKEN2:TOKEN and i want to split it as TOKEN1::STILLTOKEN1 TOKEN2 TOKEN3 can anyone help me in this to build a proper regex? i am not getting any clue how to put "and" expression in javascript regex. (as my reg ex would be like " : ...