void test_row(String label, String result) { <> } void test_row(String label, String result, String expect) { bool pass = (result == expect); <> "> } void test_num(String label, s64 result, s64 expect) { bool pass = (result == expect); <> "> } RENDER(Request& context) { String sample = " Hello UCE World "; <>

UCE Test: Strings

sample = ""

trim

substr

strpos

contains

str_starts_with / str_ends_with

replace / split / join

to_upper / to_lower

Request Parameters
}