Documentation Update
- Added the global modifier of the substitution command to the command line grammar file.
This commit is contained in:
@@ -36,5 +36,5 @@ word ::=
|
||||
file ::=
|
||||
id ::= digit+ ;
|
||||
digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
|
||||
substitution ::= "/" word+ "/" word* "/" ;
|
||||
substitution ::= "/" word+ "/" word* "/" "g"? ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user