Home | History | Annotate | Download | only in page

Lines Matching refs:replace

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