Skip to content

Commit

Permalink
String operation contributor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkourouklidis committed Oct 1, 2024
1 parent b85e0b6 commit 3008618
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*String*/'foo'.escapeXml();
/*String*/'foo'.firstToUpperCase();
/*String*/'foo'.characterAt(0);
/*String*/'foo'.firstToLowerCase();
/*String*/'foo'.ftuc();
/*String*/'foo'.ftlc();
/*Boolean*/'foo'.isSubstringOf('bar');
/*Sequence<String>*/'foo'.toCharSequence();
/*String*/'foo'.pad(5,'a',true);

0 comments on commit 3008618

Please sign in to comment.