List Question
10 TechQA 2015-06-10 09:08:50Non-Greedy regex acts greedy based on the position of atoms in regex
							890 views
							
								Asked by Dinesh
								
							
						
					Vim search and replace non-greedy
							139 views
							
								Asked by Slayer
								
							
						
					Non-greedy list parsing with pyparsing
							546 views
							
								Asked by Jonathan Barber
								
							
						
					Which would be better non-greedy regex or negated character class?
							736 views
							
								Asked by Pranav C Balan
								
							
						
					Python regex for select/extract from nested groups
							420 views
							
								Asked by Web User
								
							
						
					Sed replace at second occurrence
							25.3k views
							
								Asked by BeGreen
								
							
						
					Sed non greedy match: matching first xml nodes
							792 views
							
								Asked by Quintin Par
								
							
						
					Non-greedy Regular Expression in Java
							36.6k views
							
								Asked by Divers
								
							
						
					Distributing integers using weights and minimum values?
							662 views
							
								Asked by Buttons840
								
							
						
					why regular expression .*? only match an empty string in javascript?
							262 views
							
								Asked by looping