summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/predefined/General/spaces.regexp
diff options
context:
space:
mode:
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>