On 04/17/18 13:33, Emanuel wrote:
> my idea is to limit the possibilities of the regular expression
> 
> by indicating only * there is an infinite number of possibilities
> 
> I've been having no luck with a simple regex to match strings with 64 or
> less characters.

In a Perl-compatible regular expression, you want something like this:

/.{,64}(your linked profile)/



-- 
  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