in reply to Re: Regex for escaping spaces in strings when there are quotes
in thread Regex for escaping spaces in strings when there are quotes

This is not a possibility, since we are ultimately doing a conversion to JavaScript regular expressions. There is a set of regular expressions out there...
  • Comment on Re: Re: Regex for escaping spaces in strings when there are quotes

Replies are listed 'Best First'.
Re: Re: Re: Regex for escaping spaces in strings when there are quotes
by IlyaM (Parson) on Nov 29, 2001 at 00:36 UTC
    Well. I'm not sure if JavaScript has regexps compatible with Perl but if it does you can use Text::Balanced for autogeneration of required regexp. Use this module to generate regexp and later just insert it into your JavaScript.