Nova Ordis Regular Expression Support: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


=Organizatorium=
=Organizatorium=
All regular expressions to be passed as argument must enclosed in simple quotes, to prevent the shell from interfering with regular expression metacharacters. Simple quotes are preferred as they prevent shell command line expansion for more situations than double quotes.


To be implemented. When implemented, review "ad-hoc" regular expression support implementation and refactor in:
To be implemented. When implemented, review "ad-hoc" regular expression support implementation and refactor in:
* [[Events-csv_User_Manual#Header_Name_Regular_Expression|csv headers command]]
* [[Events-csv_User_Manual#Header_Name_Regular_Expression|'csv headers' command]]

Latest revision as of 00:44, 23 September 2017

Internal

Organizatorium

All regular expressions to be passed as argument must enclosed in simple quotes, to prevent the shell from interfering with regular expression metacharacters. Simple quotes are preferred as they prevent shell command line expansion for more situations than double quotes.

To be implemented. When implemented, review "ad-hoc" regular expression support implementation and refactor in: