[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Need Help with defining highlight definition
[Thread Prev] | [Thread Next]
- Subject: Need Help with defining highlight definition
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Mon, 14 Jul 2025 11:54:14 -0700
- To: GambasList <user@xxxxxxxxxxxxxxxxxxxxxx>
All my keywords and test operators are caseless. I am trying to define @word to redifine how a word should look as caseless
I try this @word /(?i)[A-Za-z_](?i)[A-Za-z0-9_]*(?-i)/ @word /(?i)[A-Za-z_][A-Za-z0-9_]*/ I want this @word (?i)/[A-Za-z_](?i)[A-Za-z0-9_]*/ this cause the evaluation to crash Help?? has anyone done work with this? -- ~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
Re: Need Help with defining highlight definition | Linus <olivier.cruilles@xxxxxxxx> |
Re: Need Help with defining highlight definition | Brian G <brian@xxxxxxxxxxxxxxxx> |