summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/predefined/General/spaces.regexp
blob: 5bf869693b05b863bba8b25de365064dd9ccc7cd (plain)
1
2
3
4
5
6
7
8
9
10
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>