P
Peter Meier
hi,
is there any way to reuse a group in a regular expression in ruby?
In other languages you can reuse a group by write (?<name> ....).
But I can't figure out how to do this in ruby?
Do you have some advice?
Thanks
Peter
is there any way to reuse a group in a regular expression in ruby?
In other languages you can reuse a group by write (?<name> ....).
But I can't figure out how to do this in ruby?
Do you have some advice?
Thanks
Peter