Searched refs:B_getValueFromString (Results 1 – 2 of 2) sorted by relevance
1783 &B_getValueFromString('\w+\s+\w+=(\S+)',1792 &B_getValueFromString('(?:\w+\s+){2}[\d\/]+\s+(\d+)\s+\d+',1796 &B_getValueFromString('(?:\w+\s+){2}[\d\/]+\s+\d+\s+(\d+)',1800 … &B_getValueFromString('(?:\w+\s+){2}[\d\/]+(?:\s+\d+){2}\s+(\d+)',1820 my $policySetting = &B_getValueFromString('::::(\S+)',"$userParamVals");
940 return &B_getValueFromString($inputRegex,join('/n',@lines));965 sub B_getValueFromString ($$){ subroutine