【Kareha】 Comma Thread Syntax? (26)

12 Name: Anonymous 2005-01-13 11:51 ID:/aBbmgBH (Replies) [Del]

Is the feature even that important? The only thing it adds to something a user could do with CTRL+F is the syntax >>9 shows.

11 Name: !WAHa.06x36 2005-01-13 08:07 ID:Nzgs9ur2 (Replies) [Del]

Yeah, I'm not too fond of the replies link either, but it does make the feature much more accessible. If the reply number wasn't already used for the quoting, I'd use that. Can anyone think up any other more elegant way to do this?

23 Name: !WAHa.06x36 2005-01-22 08:50 ID:T12nv1b8 (Replies) [Del]

Well, that's ugly, but at least it doesn't break things entirely, since the link to 1, does work... But let's look at the regexp. I'm using this right now:

/(?:[0-9\-,lrq]|,)+/

One quick but slightly clumsy solution would be something like this:

/(?:[0-9\-,lrq]|,)*[0-9\-lrq]/

That would require the last character to not be a ,.

This thread has been closed. You cannot post in this thread any longer.