Thursday, November 30, 2017

Grep LookAhead and LookBehind expressions


LookAhed ?=
 
LookBehind ?<=

?!
 
?<!

No comments:

Post a Comment

Python3 generator with recursion

Requirement: Generate sequential MAC addresses without any duplicates Input: integer Output: MAC Address Problem: Python2 does not support y...