Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.6.4
RegEx/OpenSCAD/Include.regex.txt
# Matches Open SCAD Modules
(?m) # Set Multiline mode. Then,
^include # match the literal 'include'
\s+ # and the obligitory whitespace.
\<(?<Include>[^\>]+)\>