File: help-2.html

package info (click to toggle)
mrs 6.0.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,520 kB
  • ctags: 3,178
  • sloc: ansic: 37,529; cpp: 24,043; perl: 3,279; sh: 124; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0"?>
<div>
<!-- $Id: help-2.html,v 1.3 2005/02/28 11:52:41 maarten Exp $

	Copyright 2005, M.L. Hekkelman. CMBI, Radboud Universiteit Nijmegen

-->

<h2>Using wildcards</h2>

<p>With MRS you can use wildcards to broaden your search. If you append
an asterisk (*) to a word MRS will search all records containing words that start
with these letters. You can use a question mark (?) as a placeholder for any
character.</p>

<h4>examples</h4>

<dl>
	<dt>To find words starting with 'lyso'</dt>
	<dd>Enter the query '<code>lyso*</code></dd>

	<dt>To find both 'lysosyme' and 'lysozyme'</dt>
	<dd>Enter the query '<code>lyso?yme</code>'</dd>

	<dt>To find words that end with the word 'inhibitor'</dt>
	<dd>Enter the query '<code>*inhibitor</code>'
		(Please note that this is a bad example, it is a very time consuming
		query, likely to time out)</dd>
</dl>
</div>