substringBefore(name, "@"); if (NumberUtils.isNumber(processIdValue)) { processId = Integer.parseInt(processIdValue); } } return processId; } Example 4Source File: WorfInteractive.java From warp10-platform with Apache License 2.0 6 votes private static String readInteger(ConsoleReader reader, ...
input.substring(2) : input; } else if (isNumber(input)) { return input.toString(16); } }Example #15Source File: TextArea.js From hzero-front with Apache License 2.0 6 votes export function getConfigOfPropValues(propValues, newConfig = []) { if (isNumber(propValues.autosize.minRows)...