<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ian.H a écrit :
<blockquote cite="mid45762F5F.7030603@digiserv.net" type="cite">
<pre wrap="">Dharma Wolford wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi everybody,
In the following examples the double-quotes are only included for
clarity, I'm not actually entering them into The Regex Coach.
Here are two regexes I'm trying:
#####################
"\A*7[0-9][0-9]"
</pre>
</blockquote>
<pre wrap=""><!----> ^^
Is that a typo?
</pre>
</blockquote>
I don't think so.<br>
\A is a point assertion meaning start of subject like<br>
Other kind of point assertion are \Z, \z, \G \b \B<br>
<br>
<br>
<pre class="moz-signature" cols="200">--
---------------------------------------------------------------------
Sorry, This disclamer is auto added by FW's company
---------------------------------------------------------------------
</pre>
</body>
</html>