Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

labview regex multiple lines

# will match the lines that contains start-text and end-text and any line in between (up until 20)
.*start-text.*((?:.*
){1,20}).*end-text.*
# If more than 20 lines, there won't be a match
Source by forums.ni.com #
 
PREVIOUS NEXT
Tagged: #labview #regex #multiple #lines
ADD COMMENT
Topic
Name
9+3 =