|
ArgumentsTokenRegex Field
|
Regular expression pattern for tokenizing a list of arguments.
Namespace: GSF.ConsoleAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic const string TokenRegex = "(?:"(?:\\.|[^\\"])*"|\S)+"
Public Const TokenRegex As String = "(?:"(?:\\.|[^\\"])*"|\S)+"
public:
literal String^ TokenRegex = "(?:"(?:\\.|[^\\"])*"|\S)+"
static val mutable TokenRegex: string
var GSF.Console.Arguments.TokenRegex
View SourceField Value
String
See Also