Yes.
> Did you try escaping it with the \?
>
>
> At 04:51 PM 3/6/01 +1000, Murray Shields wrote:
> >For data validation, I am using the following regex:
> >
> >$Status = (ereg("^(^[A-Za-z0-9` !@#$%&()=:;\"\'.?/^|{}-]*)(.*)$",
$String,
> >$List));
> >
> >This works perfectly for the moment. Howeve
> For data validation, I am using the following regex:
>
> $Status = (ereg("^(^[A-Za-z0-9` !@#$%&()=:;\"\'.?/^|{}-]*)(.*)$", $String,
> $List));
>
> This works perfectly for the moment. However, I need to add both square
> brackets [] to the list of allowed characters above.
This is JavaScripts R
Did you try escaping it with the \?
At 04:51 PM 3/6/01 +1000, Murray Shields wrote:
>For data validation, I am using the following regex:
>
>$Status = (ereg("^(^[A-Za-z0-9` !@#$%&()=:;\"\'.?/^|{}-]*)(.*)$", $String,
>$List));
>
>This works perfectly for the moment. However, I need to add both sq
3 matches
Mail list logo