Welcome To Snipplr


Everyone's Recent Snippets Tagged regexp



« Prev 1 2 3
Regular Expression to find native Javascript console and AngularJS $log log warn or info that are NOT comments / commented out
1 4164 posted 10 years ago by brandonjp
Match nested html elements using regular expressions. Replace the first part of the magic "[a-z]+" to search for a specific tag, e.g. "div". Loop the magic on matched parts to create a recursive match.
1 1451 posted 11 years ago by pvq
0 4396 posted 12 years ago by MistaTwista
Gets "src" attributes from all "img" tags in RSS entries descriptions
0 3803 posted 13 years ago by alces
Example of working with regexp sub-matches via Groovy way
0 3913 posted 13 years ago by alces
Reads CBC news RSS with fancy-prints its in table, splitting news description by image & text.
0 3861 posted 13 years ago by alces
thanks to... http://gskinner.com/RegExr/ http://daringfireball.net/2010/07/improved_regex_for_matching_urls
1 5512 posted 13 years ago by brandonjp
0 1982 posted 14 years ago by devnull69
0 1866 posted 14 years ago by apro2000
If you don't deal with namespaces in XML correctly they can break your parsing in AS3. One way of getting around this is to remove the namespace from the XML a using regular expression.
0 2037 posted 14 years ago by adrianparr
{min,max}
0 1676 posted 14 years ago by simondiercks
0 1418 posted 15 years ago by burnleywallet
0 1571 posted 15 years ago by Mazzaroth
0 3532 posted 15 years ago by kuril
This simple construct allows you to replace parts of a string with items in a hash table (e.g. and Object). Example: var replacements : Object = { SPEED : "slow", ADJECTIVE : "green", VERB: "slithers" }; var template: String = "The %{SPEED}...
0 2301 posted 15 years ago by mgeduld
This can be useful when you retrieve strings from an XML or script that have whitespaces at the beginning or the end.
0 2213 posted 15 years ago by gandreini
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
1 2144 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
1 2003 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
0 1812 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
1 1986 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
1 2421 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
2 2130 posted 15 years ago by Activetuts
From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)
1 2048 posted 15 years ago by Activetuts
These five characters should be replaced with their HTML entity names before being used in XML, otherwise they may cause the XML to be invalid.
0 2219 posted 15 years ago by adrianparr
« Prev 1 2 3