File: 21

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (49 lines) | stat: -rw-r--r-- 1,689 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<literallayout>
<literal>  re&gt; </literal><emphasis role="bold"><literal>/^([@]+)@.+\.(ac|edu)\.(?!kr)[a-z]{2}$/</literal></emphasis>
<literal>data&gt; </literal><emphasis role="bold"><literal>x@y.ac.uk</literal></emphasis>
<literal> 0: x@y.ac.uk</literal>
<literal> 1: x</literal>
<literal> 2: ac</literal>
<literal>data&gt; </literal><emphasis role="bold"><literal>x@y.ac.kr</literal></emphasis>
<literal>No match</literal>
<literal>data&gt; </literal><emphasis role="bold"><literal>x@y.edu.com</literal></emphasis>
<literal>No match</literal>
<literal>data&gt; </literal><emphasis role="bold"><literal>x@y.edu.co</literal></emphasis>
<literal> 0: x@y.edu.co</literal>
<literal> 1: x</literal>
<literal> 2: edu</literal>
</literallayout>


<informaltable frame="none">
<tgroup cols="2" colsep="0" rowsep="0">
<colspec colwidth="100pt" align="left"/>
<colspec colwidth="254pt" align="left"/>
<tbody>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\\</literal></entry>
<entry>single backslash</entry>
</row>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\n</literal></entry>
<entry>newline</entry>
</row>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\r</literal></entry>
<entry>carriage return</entry>
</row>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\t</literal></entry>
<entry>tab</entry>
</row>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\</literal>&lt;<emphasis>octal digits</emphasis>&gt;</entry>
<entry>up to 3 octal digits specify one character</entry>
</row>
<row>
<entry>&nbsp;&nbsp;&nbsp;&nbsp;<literal>\x</literal>&lt;<emphasis>hex digits</emphasis>&gt;</entry>
<entry>up to 2 hexadecimal digits specify one character</entry>
</row>
</tbody>
</tgroup>
</informaltable>