The problem with `string-titlecase` is that it's built into the
predefined `'#%kernel` module.

The fact that `'#%kernel' is implemented in C exacerbates the problem,
but even as pieces are being moved to Scheme/Racket, it's not clear
that the source of `'#%kernel` will be part of a regular Racket
distribution.

At Tue, 20 Jun 2017 18:00:27 +0000, Stephen De Gabrielle wrote:
> Hi
> 
> There  was a recent question on the list about how to capitalise the first
> letter of a string.
> 
> There were a number of good approaches, but I thought I would try look for
> the implementation of string-titlecase.
> 
> I found it surprisingly difficult despite having the search for code
> functionality and the syntax highlighting.  In the end I gave up and went
> to bed. :(
> 
> Does anyone have any suggestions about how to find definitions of core
> functions?
> 
> Kind regards,
> 
> Stephen
> 
> 
> -- 
> Kind regards,
> Stephen

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to