Converts a string to title capitalization.
This function is the alias for the totitle() function.
title($group)
or
title(string)
Requires a single argument of a string value (named group or constant).
The same string in title capitalization.
Dataset
XPDL rule
Result
I like this book.
rule: r1
{
query: {stem(verb)}:1
result: Match = title($1)
}
Like
SHE LIKES THIS BOOK.
Likes
he likes books.
We LikE BooKs.