summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/predefined/General/spaces.regexp
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch)
tree8d927b7b47a90c4adb646482a52613f58acd6f8c /kregexpeditor/predefined/General/spaces.regexp
downloadtdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz
tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kregexpeditor/predefined/General/spaces.regexp')
-rw-r--r--kregexpeditor/predefined/General/spaces.regexp11
1 files changed, 11 insertions, 0 deletions
diff --git a/kregexpeditor/predefined/General/spaces.regexp b/kregexpeditor/predefined/General/spaces.regexp
new file mode 100644
index 0000000..5bf8696
--- /dev/null
+++ b/kregexpeditor/predefined/General/spaces.regexp
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<!DOCTYPE RegularExpression PUBLIC "-//KDE//KRegexpEditor DTD 1.0//EN" "http://www.blackie.dk/kreg.dtd">
+<RegularExpression version="1.0" >
+ <Compound allowReplace="1" >
+ <Title>spaces</Title>
+ <Description>Matches an arbitrary amount of whitespace.</Description>
+ <Repeat lower="0" upper="-1" >
+ <TextRange space="1" />
+ </Repeat>
+ </Compound>
+</RegularExpression>