mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test-8-03 : Regular expression testing
|
|
SELECT ?x ?y ?z
|
|
FROM <model1.nt>
|
|
WHERE (?x ?y ?z)
|
|
// Escape in the regex
|
|
AND ?x ~~ /r-1$/ && ?y =~ /p\-1$/
|