GP-705 update regex comment

This commit is contained in:
ghidra1 2021-02-23 16:44:01 -05:00
parent c545a6fb5a
commit 2425feefbc

View file

@ -243,15 +243,12 @@ public class GnuDemanglerParser {
* Pattern: text for|to text * Pattern: text for|to text
* *
* Parts: * Parts:
* -required text (capture group 2) * -required text (capture group 2) -+
* --note: this uses '++', a possessive quantifier, to help keep the * -'for' or 'to' (capture group 3) | (capture group 1)
* backtracking to a minimum * -a space -+
* -a space
* -'for' or 'to' (capture group 3)
* -a space
* -optional text (capture group 4) * -optional text (capture group 4)
* *
* Note: capture group 1 is the combination of groups 2 and 3 * Note: capture group 1 is the combination of groups 2 and 3 with trailing space
* *
* Examples: * Examples:
* construction vtable for * construction vtable for