Lines Matching refs:replace
535 replace(mutableStringToMatch, RegularExpression("\\d", TextCaseSensitive), " ");536 mutableStringToMatch.replace('_', ' ');