Hello, I am trying to use regular expressions to capture the id of a tag. Example, i want the id of the tag wich contains the value Microfocus: Google Microfocus Borland and the regular expression created: id="([^"]*)"[^>]*>Microfocus ]*>Microfocus [^>]* <-). If i run this test with "verificacao" instead of "verificação" it works. Is this a problem of regular expression evaluation on Silk Performer or am i doing something wrong? Can you help me?
↧