Character classes in RegEx
Posted: 31 Jul 2012, 15:32
The documentation of the RegEX library by Henry Spencer says so, alone I cannot get it to work in Salamander. Moreover it is not mentioned in Salamander's help file. (I consulted documentation to Henry Spencer's RegEx library, because I could not find a library named REGEXP as stated by Salamander's help file)Ether wrote:The regex implementation used in Salamander uses predefined character classes in the [[:digit:]] format.
Are predefined character classes supported by Salamander's Regex?
Is there any way to specify a a control character in a regex or any other way to search for horizontal whitespace consisting of blanks and/or tabs?
(I experimented with search within internal viewer, but regexp ought to be consistent throughout the program anyway.)
May I suggest to Altap development team to switch to a more modern regex library when adding unicode support, one that supports shorthand character classes, hex- octal- and unicode codepoint character specification, non-greedy operations ...