Difference between revisions of "Regex Examples"

Jump to navigation Jump to search
(Initial creation - content from Regular Expressions page)
 
 
Line 40: Line 40:
#* Matches everything
#* Matches everything
# <code> (?=\]) </code>
# <code> (?=\]) </code>
#* Requires that <code> [ </code> immediately follows the match
#* Requires that <code> ] </code> immediately follows the match


=== VMHBA LUN ID ===
=== VMHBA LUN ID ===