You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
395 B
12 lines
395 B
15 years ago
|
<?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>
|