Search Results
OK to copy?
Examples 1 through 1 of
1 (0.0010 seconds)
Class:
com.technoetic.xplanner.tags.AccessKeyTransformer
©,
Rating:
0% of 0,
C1
05 if (text==null) return null;
06 if (getAccessKey(text) != 0) {
07 return text.replaceFirst("&(.)", "<span class=\"mnemonic\">$1</span>");
08 }
09 return text.replaceAll("&&", "&");
Result Page:
1