Danielo Rodríguez
unread,Mar 1, 2015, 3:13:51 PM3/1/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joao...@googlegroups.com
Hello, is still not possible to use groups without assigning a variable to them? This is very uncomfortable because groups are very useful when you use or statements.
For example, if I use :
guard. (el|la|las|los) (?<what>.+) en (?<where>.*)
It does not work properly. The first variable will hold the value of the previous group, and the second variable will behave correctly (i think). Is there any workaround for this except this one :
guard. (?<bla>el|la|las|los) (?<what>.+) en (?<where>.*)