Skip to content

Conversation

@lbenedetto
Copy link
Contributor

image
regex flag statement command
-m is multiline mode. The output from the command is treated a single string with newline characters in it. Each regex match group is printed

If not in multiline mode, the output from the command is treated as an array of lines, and the regex statement is check against each line individually. If it matches, the entire line is printed.

@lbenedetto lbenedetto changed the title Fix arrow keys in GUI and add regex command Fix arrow keys in GUI, add regex command, add Unit Tests Nov 23, 2017
@Sergix Sergix merged commit de4db49 into Sergix:dev Nov 24, 2017
wuhugh pushed a commit to wuhugh/JTerm that referenced this pull request Jan 10, 2018
View changelog entry Sergix#95 for details.
@Sergix Sergix mentioned this pull request Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants