Ian.H a écrit :
Dharma Wolford wrote:
  
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]"
    
   ^^
Is that a typo?

  
I don't think so.
 \A is a point assertion meaning start of subject like
Other kind of point assertion are \Z, \z, \G  \b \B


-- 





---------------------------------------------------------------------
Sorry, This disclamer is auto added by FW's company
---------------------------------------------------------------------