You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reia
Playing around with reia for a little parser to see how it goes,
loving the idea but finding quite a few rough edges.
The only way I could think to create a substring is to convert it to a
list, choose the elements then convert it back to a string. However, I
came across this bug regarding pattern matching:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to re...@googlegroups.com
On Fri, Dec 17, 2010 at 12:35 AM, Glen <gle...@gmail.com> wrote:
The only way I could think to create a substring is to convert it to a
list, choose the elements then convert it back to a string. However, I
came across this bug regarding pattern matching:
That is indeed a bug with pattern matching. Per some other discussion on the list I'd like to change the internal representation of strings to UTF-8 binaries. That will fix pattern matching.