On 04/17/18 13:53, Viktor Dukhovni wrote:
> 
> 
>> On Apr 17, 2018, at 1:39 PM, Phil Stracchino <ph...@caerllewys.net> wrote:
>>
>> In a Perl-compatible regular expression, you want something like this:
>>
>> /.{,64}(your linked profile)/
> 
> Which (when used verbatim) is equivalent to:
> 
>    /your linked profile/
> 
> To restrict the match to strings where the desired pattern is at 64 bytes 
> after the start of the string, it would have to be anchored:
> 
>       /^.{,64}your linked profile/

Oops.  You're right, Viktor, I omitted the start anchor.



-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958

Reply via email to