view src/ploki/examples/string.pk @ 6918:f6da2d0a377b

<hppavilion[1]> addquote <\\oren\\> i don\'t actually knwo the details, but i want those responsible, whoever they were to be punished
author HackBot
date Sun, 21 Feb 2016 02:02:09 +0000
parents ac0403686959
children
line wrap: on
line source

#!../ploki
LET pat "\"{<'^\"\\'*><(\\.<'^\"\\'*>)*>}\""
FOR line LET line @LEGS \EING
IF line ; ""
	FOR match LET p line ~ pat
	IF p
		WUNT "> `\V\0'
		LET line line [ (p + 2 + @LENGTH \0)
		NEXT match
	FI
	NEXT line
FI