We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03357b commit 3611076Copy full SHA for 3611076
lib/PhpFlo/Common/FbpDefinitionsInterface.php
@@ -19,7 +19,7 @@
19
interface FbpDefinitionsInterface
20
{
21
const SOURCE_TARGET_SEPARATOR = '->';
22
- const PROCESS_DEFINITION = '((?P<inport>[A-Z]+(\[(?P<inport_no>[0-9]+)\])?)\s)?((?P<process>[\w\/]+)(\((?P<component>[\w\/\\\.]+)?\))?)(\s(?P<outport>[A-Z]+(\[(?P<outport_no>[0-9]+)\])?))?';
+ const PROCESS_DEFINITION = '((?P<inport>[a-zA-Z_]+(\[(?P<inport_no>[0-9]+)\])?)\s)?((?P<process>[\w\/]+)(\((?P<component>[\w\/\\\.]+)?\))?)(\s(?P<outport>[a-zA-Z_]+(\[(?P<outport_no>[0-9]+)\])?))?';
23
const NEWLINES = '$\R?^';
24
const FILE_LINEFEED = "\n";
25
const TARGET_LABEL = 'tgt';
0 commit comments